Lines Matching defs:adap

313 void free_tx_desc(struct adapter *adap, struct sge_txq *q,  in free_tx_desc()
359 static inline int reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in reclaim_completed_tx()
391 void cxgb4_reclaim_completed_tx(struct adapter *adap, struct sge_txq *q, in cxgb4_reclaim_completed_tx()
438 static void free_rx_bufs(struct adapter *adap, struct sge_fl *q, int n) in free_rx_bufs()
466 static void unmap_rx_buf(struct adapter *adap, struct sge_fl *q) in unmap_rx_buf()
479 static inline void ring_fl_db(struct adapter *adap, struct sge_fl *q) in ring_fl_db()
535 static unsigned int refill_fl(struct adapter *adap, struct sge_fl *q, int n, in refill_fl()
632 static inline void __refill_fl(struct adapter *adap, struct sge_fl *fl) in __refill_fl()
1025 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db()
1248 cxgb_fcoe_offload(struct sk_buff *skb, struct adapter *adap, in cxgb_fcoe_offload()
1377 static inline void *write_tso_wr(struct adapter *adap, struct sk_buff *skb, in write_tso_wr()
1418 int t4_sge_eth_txq_egress_update(struct adapter *adap, struct sge_eth_txq *eq, in t4_sge_eth_txq_egress_update()
1518 struct adapter *adap; in cxgb4_eth_xmit() local
2130 void cxgb4_eosw_txq_free_desc(struct adapter *adap, in cxgb4_eosw_txq_free_desc()
2172 static inline u8 ethofld_calc_tx_flits(struct adapter *adap, in ethofld_calc_tx_flits()
2200 static void *write_eo_wr(struct adapter *adap, struct sge_eosw_txq *eosw_txq, in write_eo_wr()
2266 struct adapter *adap = netdev2adap(dev); in ethofld_hard_xmit() local
2437 struct adapter *adap = netdev2adap(dev); in cxgb4_ethofld_xmit() local
2487 struct adapter *adap = netdev2adap(dev); in t4_start_xmit() local
2540 struct adapter *adap = netdev2adap(dev); in cxgb4_ethofld_send_flowc() local
2668 struct adapter *adap = pi->adapter; in cxgb4_selftest_lb_pkt() local
2844 int t4_mgmt_tx(struct adapter *adap, struct sk_buff *skb) in t4_mgmt_tx()
3130 static inline int uld_send(struct adapter *adap, struct sk_buff *skb, in uld_send()
3164 int t4_ofld_send(struct adapter *adap, struct sk_buff *skb) in t4_ofld_send()
3265 struct adapter *adap; in cxgb4_immdata_send() local
3294 static int t4_crypto_send(struct adapter *adap, struct sk_buff *skb) in t4_crypto_send()
3398 static noinline int handle_trace_pkt(struct adapter *adap, in handle_trace_pkt()
3430 static void cxgb4_sgetim_to_hwtstamp(struct adapter *adap, in cxgb4_sgetim_to_hwtstamp()
3644 struct adapter *adap = pi->adapter; in cxgb4_validate_lb_pkt() local
4159 static unsigned int process_intrq(struct adapter *adap) in process_intrq()
4206 struct adapter *adap = cookie; in t4_intr_msi() local
4221 struct adapter *adap = cookie; in t4_intr_intx() local
4237 irq_handler_t t4_intr_handler(struct adapter *adap) in t4_intr_handler()
4250 struct adapter *adap = from_timer(adap, t, sge.rx_timer); in sge_rx_timer_cb() local
4285 struct adapter *adap = from_timer(adap, t, sge.tx_timer); in sge_tx_timer_cb() local
4373 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()
4566 static void init_txq(struct adapter *adap, struct sge_txq *q, unsigned int id) in init_txq()
4590 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
4683 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq()
4741 int t4_sge_mod_ctrl_txq(struct adapter *adap, unsigned int eqid, in t4_sge_mod_ctrl_txq()
4753 static int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_txq *q, in t4_sge_alloc_ofld_txq()
4809 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq()
4832 int t4_sge_alloc_ethofld_txq(struct adapter *adap, struct sge_eohw_txq *txq, in t4_sge_alloc_ethofld_txq()
4852 void free_txq(struct adapter *adap, struct sge_txq *q) in free_txq()
4864 void free_rspq_fl(struct adapter *adap, struct sge_rspq *rq, in free_rspq_fl()
4899 void t4_free_ofld_rxqs(struct adapter *adap, int n, struct sge_ofld_rxq *q) in t4_free_ofld_rxqs()
4907 void t4_sge_free_ethofld_txq(struct adapter *adap, struct sge_eohw_txq *txq) in t4_sge_free_ethofld_txq()
4924 void t4_free_sge_resources(struct adapter *adap) in t4_free_sge_resources()
5008 void t4_sge_start(struct adapter *adap) in t4_sge_start()
5023 void t4_sge_stop(struct adapter *adap) in t4_sge_stop()
5077 static int t4_sge_init_soft(struct adapter *adap) in t4_sge_init_soft()
5174 int t4_sge_init(struct adapter *adap) in t4_sge_init()