Lines Matching defs:sge
242 struct sge *sge; member
256 struct sge { struct
270 u32 sge_control; /* shadow value of sge control reg */ argument
271 struct sge_intr_counts stats; argument
272 struct sge_port_stats __percpu *port_stats[MAX_NPORTS]; argument
284 static void tx_sched_stop(struct sge *sge) in tx_sched_stop()
299 unsigned int t1_sched_update_parms(struct sge *sge, unsigned int port, in t1_sched_update_parms()
373 static int tx_sched_init(struct sge *sge) in tx_sched_init()
400 static inline int sched_update_avail(struct sge *sge) in sched_update_avail()
434 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb()
527 static void free_rx_resources(struct sge *sge) in free_rx_resources()
557 static int alloc_rx_resources(struct sge *sge, struct sge_params *p) in alloc_rx_resources()
621 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
656 static void free_tx_resources(struct sge *sge) in free_tx_resources()
680 static int alloc_tx_resources(struct sge *sge, struct sge_params *p) in alloc_tx_resources()
738 struct sge *sge = adapter->sge; in t1_vlan_mode() local
754 static void configure_sge(struct sge *sge, struct sge_params *p) in configure_sge()
795 static inline unsigned int jumbo_payload_capacity(const struct sge *sge) in jumbo_payload_capacity()
805 void t1_sge_destroy(struct sge *sge) in t1_sge_destroy()
830 static void refill_free_list(struct sge *sge, struct freelQ *q) in refill_free_list()
876 static void freelQs_empty(struct sge *sge) in freelQs_empty()
909 void t1_sge_intr_disable(struct sge *sge) in t1_sge_intr_disable()
920 void t1_sge_intr_enable(struct sge *sge) in t1_sge_intr_enable()
934 void t1_sge_intr_clear(struct sge *sge) in t1_sge_intr_clear()
943 bool t1_sge_intr_error_handler(struct sge *sge) in t1_sge_intr_error_handler()
981 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge) in t1_sge_get_intr_counts()
986 void t1_sge_get_port_stats(const struct sge *sge, int port, in t1_sge_get_port_stats()
1299 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1318 struct sge *sge = s->sge; in restart_sched() local
1364 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx()
1419 static void restart_tx_queues(struct sge *sge) in restart_tx_queues()
1446 struct sge *sge = adapter->sge; in update_tx_info() local
1480 struct sge *sge = adapter->sge; in process_responses() local
1570 struct sge *sge = adapter->sge; in process_pure_responses() local
1664 struct sge *sge = adapter->sge; in t1_interrupt() local
1709 struct sge *sge = adapter->sge; in t1_sge_tx() local
1820 struct sge *sge = adapter->sge; in t1_start_xmit() local
1934 struct sge *sge = from_timer(sge, t, tx_reclaim_timer); in sge_tx_reclaim_cb() local
1954 int t1_sge_set_coalesce_params(struct sge *sge, struct sge_params *p) in t1_sge_set_coalesce_params()
1966 int t1_sge_configure(struct sge *sge, struct sge_params *p) in t1_sge_configure()
1989 void t1_sge_stop(struct sge *sge) in t1_sge_stop()
2009 void t1_sge_start(struct sge *sge) in t1_sge_start()
2029 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround_t204() local
2072 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround() local
2107 struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL); in t1_sge_create() local