Lines Matching defs:adap
333 static void free_tx_desc(struct adapter *adap, struct sge_txq *q, in free_tx_desc()
377 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
414 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) in free_rx_bufs()
441 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) in unmap_rx_buf()
454 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
485 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, in refill_fl()
569 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
767 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in ring_tx_db()
883 struct adapter *adap; in t4_eth_xmit() local
1163 int t4_mgmt_tx(struct adapter *adap, struct sk_buff *skb) in t4_mgmt_tx()
1371 static inline int ofld_send(struct adapter *adap, struct sk_buff *skb) in ofld_send()
1389 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) in t4_ofld_send()
1493 static noinline int handle_trace_pkt(struct adapter *adap, in handle_trace_pkt()
1813 static unsigned int process_intrq(struct adapter *adap) in process_intrq()
1848 struct adapter *adap = cookie; in t4_intr_msi() local
1862 struct adapter *adap = cookie; in t4_intr_intx() local
1877 irq_handler_t t4_intr_handler(struct adapter *adap) in t4_intr_handler()
1890 struct adapter *adap = (struct adapter *)data; in sge_rx_timer_cb() local
1935 struct adapter *adap = (struct adapter *)data; in sge_tx_timer_cb() local
1975 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()
2077 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
2087 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2140 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq()
2192 int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_ofld_txq *txq, in t4_sge_alloc_ofld_txq()
2246 static void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()
2256 static void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, in free_rspq_fl()
2288 void t4_free_sge_resources(struct adapter *adap) in t4_free_sge_resources()
2356 void t4_sge_start(struct adapter *adap) in t4_sge_start()
2371 void t4_sge_stop(struct adapter *adap) in t4_sge_stop()
2406 void t4_sge_init(struct adapter *adap) in t4_sge_init()