• Home
  • Raw
  • Download

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 int t1_sge_intr_error_handler(struct sge *sge) in t1_sge_intr_error_handler()
977 const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge) in t1_sge_get_intr_counts()
982 void t1_sge_get_port_stats(const struct sge *sge, int port, in t1_sge_get_port_stats()
1295 static inline void reclaim_completed_tx(struct sge *sge, struct cmdQ *q) in reclaim_completed_tx()
1314 struct sge *sge = s->sge; in restart_sched() local
1360 static void sge_rx(struct sge *sge, struct freelQ *fl, unsigned int len) in sge_rx()
1415 static void restart_tx_queues(struct sge *sge) in restart_tx_queues()
1442 struct sge *sge = adapter->sge; in update_tx_info() local
1476 struct sge *sge = adapter->sge; in process_responses() local
1566 struct sge *sge = adapter->sge; in process_pure_responses() local
1625 struct sge *sge = adapter->sge; in t1_interrupt() local
1670 struct sge *sge = adapter->sge; in t1_sge_tx() local
1781 struct sge *sge = adapter->sge; in t1_start_xmit() local
1895 struct sge *sge = from_timer(sge, t, tx_reclaim_timer); in sge_tx_reclaim_cb() local
1915 int t1_sge_set_coalesce_params(struct sge *sge, struct sge_params *p) in t1_sge_set_coalesce_params()
1927 int t1_sge_configure(struct sge *sge, struct sge_params *p) in t1_sge_configure()
1950 void t1_sge_stop(struct sge *sge) in t1_sge_stop()
1970 void t1_sge_start(struct sge *sge) in t1_sge_start()
1990 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround_t204() local
2033 struct sge *sge = from_timer(sge, t, espibug_timer); in espibug_workaround() local
2068 struct sge *sge = kzalloc(sizeof(*sge), GFP_KERNEL); in t1_sge_create() local