Lines Matching defs:sge
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()
385 static int tx_sched_init(struct sge *sge) in tx_sched_init()
411 static inline int sched_update_avail(struct sge *sge) in sched_update_avail()
445 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb()
539 static void free_rx_resources(struct sge *sge) in free_rx_resources()
569 static int alloc_rx_resources(struct sge *sge, struct sge_params *p) in alloc_rx_resources()
632 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
666 static void free_tx_resources(struct sge *sge) in free_tx_resources()
690 static int alloc_tx_resources(struct sge *sge, struct sge_params *p) in alloc_tx_resources()
747 struct sge *sge = adapter->sge; in t1_vlan_mode() local
763 static void configure_sge(struct sge *sge, struct sge_params *p) in configure_sge()
804 static inline unsigned int jumbo_payload_capacity(const struct sge *sge) in jumbo_payload_capacity()
814 void t1_sge_destroy(struct sge *sge) in t1_sge_destroy()
839 static void refill_free_list(struct sge *sge, struct freelQ *q) in refill_free_list()
885 static void freelQs_empty(struct sge *sge) in freelQs_empty()
918 void t1_sge_intr_disable(struct sge *sge) in t1_sge_intr_disable()
929 void t1_sge_intr_enable(struct sge *sge) in t1_sge_intr_enable()
943 void t1_sge_intr_clear(struct sge *sge) in t1_sge_intr_clear()
952 int t1_sge_intr_error_handler(struct sge *sge) in t1_sge_intr_error_handler()
986 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge) in t1_sge_get_intr_counts()
991 void t1_sge_get_port_stats(const struct sge *sge, int port, in t1_sge_get_port_stats()
1303 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1321 struct sge *sge = (struct sge *) arg; in restart_sched() local
1367 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx()
1422 static void restart_tx_queues(struct sge *sge) in restart_tx_queues()
1449 struct sge *sge = adapter->sge; in update_tx_info() local
1483 struct sge *sge = adapter->sge; in process_responses() local
1573 struct sge *sge = adapter->sge; in process_pure_responses() local
1632 struct sge *sge = adapter->sge; in t1_interrupt() local
1677 struct sge *sge = adapter->sge; in t1_sge_tx() local
1789 struct sge *sge = adapter->sge; in t1_start_xmit() local
1903 struct sge *sge = (struct sge *)data; in sge_tx_reclaim_cb() local
1923 int t1_sge_set_coalesce_params(struct sge *sge, struct sge_params *p) in t1_sge_set_coalesce_params()
1935 int t1_sge_configure(struct sge *sge, struct sge_params *p) in t1_sge_configure()
1958 void t1_sge_stop(struct sge *sge) in t1_sge_stop()
1978 void t1_sge_start(struct sge *sge) in t1_sge_start()
1999 struct sge *sge = adapter->sge; in espibug_workaround_t204() local
2042 struct sge *sge = adapter->sge; in espibug_workaround() local
2077 struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL); in t1_sge_create() local