Lines Matching defs:sge

233 	struct sge *sge;  member
247 struct sge { struct
261 u32 sge_control; /* shadow value of sge control reg */ argument
262 struct sge_intr_counts stats; argument
263 struct sge_port_stats __percpu *port_stats[MAX_NPORTS]; argument
275 static void tx_sched_stop(struct sge *sge) in tx_sched_stop()
290 unsigned int t1_sched_update_parms(struct sge *sge, unsigned int port, in t1_sched_update_parms()
364 static int tx_sched_init(struct sge *sge) in tx_sched_init()
391 static inline int sched_update_avail(struct sge *sge) in sched_update_avail()
425 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb()
518 static void free_rx_resources(struct sge *sge) in free_rx_resources()
548 static int alloc_rx_resources(struct sge *sge, struct sge_params *p) in alloc_rx_resources()
612 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
647 static void free_tx_resources(struct sge *sge) in free_tx_resources()
671 static int alloc_tx_resources(struct sge *sge, struct sge_params *p) in alloc_tx_resources()
729 struct sge *sge = adapter->sge; in t1_vlan_mode() local
745 static void configure_sge(struct sge *sge, struct sge_params *p) in configure_sge()
786 static inline unsigned int jumbo_payload_capacity(const struct sge *sge) in jumbo_payload_capacity()
796 void t1_sge_destroy(struct sge *sge) in t1_sge_destroy()
821 static void refill_free_list(struct sge *sge, struct freelQ *q) in refill_free_list()
867 static void freelQs_empty(struct sge *sge) in freelQs_empty()
900 void t1_sge_intr_disable(struct sge *sge) in t1_sge_intr_disable()
911 void t1_sge_intr_enable(struct sge *sge) in t1_sge_intr_enable()
925 void t1_sge_intr_clear(struct sge *sge) in t1_sge_intr_clear()
934 bool t1_sge_intr_error_handler(struct sge *sge) in t1_sge_intr_error_handler()
972 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge) in t1_sge_get_intr_counts()
977 void t1_sge_get_port_stats(const struct sge *sge, int port, in t1_sge_get_port_stats()
1290 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1309 struct sge *sge = s->sge; in restart_sched() local
1355 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx()
1410 static void restart_tx_queues(struct sge *sge) in restart_tx_queues()
1437 struct sge *sge = adapter->sge; in update_tx_info() local
1471 struct sge *sge = adapter->sge; in process_responses() local
1561 struct sge *sge = adapter->sge; in process_pure_responses() local
1655 struct sge *sge = adapter->sge; in t1_interrupt() local
1700 struct sge *sge = adapter->sge; in t1_sge_tx() local
1811 struct sge *sge = adapter->sge; in t1_start_xmit() local
1925 struct sge *sge = from_timer(sge, t, tx_reclaim_timer); in sge_tx_reclaim_cb() local
1945 int t1_sge_set_coalesce_params(struct sge *sge, struct sge_params *p) in t1_sge_set_coalesce_params()
1957 int t1_sge_configure(struct sge *sge, struct sge_params *p) in t1_sge_configure()
1980 void t1_sge_stop(struct sge *sge) in t1_sge_stop()
2000 void t1_sge_start(struct sge *sge) in t1_sge_start()
2020 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround_t204() local
2063 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround() local
2098 struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL); in t1_sge_create() local