• Home
  • Raw
  • Download

Lines Matching defs:adap

380 static void free_tx_desc(struct adapter *adap, struct sge_txq *q,  in free_tx_desc()
424 static inline void reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
482 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) in free_rx_bufs()
510 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) in unmap_rx_buf()
523 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
579 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, in refill_fl()
673 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
929 static inline void ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in ring_tx_db()
1101 cxgb_fcoe_offload(struct sk_buff *skb, struct adapter *adap, in cxgb_fcoe_offload()
1144 struct adapter *adap; in t4_eth_xmit() local
1466 int t4_mgmt_tx(struct adapter *adap, struct sk_buff *skb) in t4_mgmt_tx()
1674 static inline int ofld_send(struct adapter *adap, struct sk_buff *skb) in ofld_send()
1696 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) in t4_ofld_send()
1800 static noinline int handle_trace_pkt(struct adapter *adap, in handle_trace_pkt()
1832 static void cxgb4_sgetim_to_hwtstamp(struct adapter *adap, in cxgb4_sgetim_to_hwtstamp()
2250 static unsigned int process_intrq(struct adapter *adap) in process_intrq()
2297 struct adapter *adap = cookie; in t4_intr_msi() local
2312 struct adapter *adap = cookie; in t4_intr_intx() local
2328 irq_handler_t t4_intr_handler(struct adapter *adap) in t4_intr_handler()
2341 struct adapter *adap = (struct adapter *)data; in sge_rx_timer_cb() local
2378 struct adapter *adap = (struct adapter *)data; in sge_tx_timer_cb() local
2450 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()
2622 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
2637 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2694 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq()
2748 int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_ofld_txq *txq, in t4_sge_alloc_ofld_txq()
2804 static void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()
2816 static void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, in free_rspq_fl()
2852 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()
2866 void t4_free_sge_resources(struct adapter *adap) in t4_free_sge_resources()
2930 void t4_sge_start(struct adapter *adap) in t4_sge_start()
2945 void t4_sge_stop(struct adapter *adap) in t4_sge_stop()
2980 static int t4_sge_init_soft(struct adapter *adap) in t4_sge_init_soft()
3077 int t4_sge_init(struct adapter *adap) in t4_sge_init()