Lines Matching defs:sge

254 struct sge {  struct
268 u32 sge_control; /* shadow value of sge control reg */ argument
269 struct sge_intr_counts stats; argument
270 struct sge_port_stats __percpu *port_stats[MAX_NPORTS]; argument
282 static void tx_sched_stop(struct sge *sge) in tx_sched_stop()
297 unsigned int t1_sched_update_parms(struct sge *sge, unsigned int port, in t1_sched_update_parms()
371 static int tx_sched_init(struct sge *sge) in tx_sched_init()
397 static inline int sched_update_avail(struct sge *sge) in sched_update_avail()
431 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, in sched_skb()
525 static void free_rx_resources(struct sge *sge) in free_rx_resources()
555 static int alloc_rx_resources(struct sge *sge, struct sge_params *p) in alloc_rx_resources()
618 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n) in free_cmdQ_buffers()
652 static void free_tx_resources(struct sge *sge) in free_tx_resources()
676 static int alloc_tx_resources(struct sge *sge, struct sge_params *p) in alloc_tx_resources()
733 struct sge *sge = adapter->sge; in t1_vlan_mode() local
749 static void configure_sge(struct sge *sge, struct sge_params *p) in configure_sge()
790 static inline unsigned int jumbo_payload_capacity(const struct sge *sge) in jumbo_payload_capacity()
800 void t1_sge_destroy(struct sge *sge) in t1_sge_destroy()
825 static void refill_free_list(struct sge *sge, struct freelQ *q) in refill_free_list()
871 static void freelQs_empty(struct sge *sge) in freelQs_empty()
904 void t1_sge_intr_disable(struct sge *sge) in t1_sge_intr_disable()
915 void t1_sge_intr_enable(struct sge *sge) in t1_sge_intr_enable()
929 void t1_sge_intr_clear(struct sge *sge) in t1_sge_intr_clear()
938 int 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()
1289 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1307 struct sge *sge = (struct sge *) arg; in restart_sched() local
1353 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx()
1408 static void restart_tx_queues(struct sge *sge) in restart_tx_queues()
1435 struct sge *sge = adapter->sge; in update_tx_info() local
1469 struct sge *sge = adapter->sge; in process_responses() local
1559 struct sge *sge = adapter->sge; in process_pure_responses() local
1618 struct sge *sge = adapter->sge; in t1_interrupt() local
1663 struct sge *sge = adapter->sge; in t1_sge_tx() local
1775 struct sge *sge = adapter->sge; in t1_start_xmit() local
1889 struct sge *sge = (struct sge *)data; in sge_tx_reclaim_cb() local
1909 int t1_sge_set_coalesce_params(struct sge *sge, struct sge_params *p) in t1_sge_set_coalesce_params()
1921 int t1_sge_configure(struct sge *sge, struct sge_params *p) in t1_sge_configure()
1944 void t1_sge_stop(struct sge *sge) in t1_sge_stop()
1964 void t1_sge_start(struct sge *sge) in t1_sge_start()
1985 struct sge *sge = adapter->sge; in espibug_workaround_t204() local
2028 struct sge *sge = adapter->sge; in espibug_workaround() local
2062 struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL); in t1_sge_create() local