Searched refs:uld (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_uld.c | 90 if (adap->uld[q->uld].lro_flush) in uldrx_flush_handler() 91 adap->uld[q->uld].lro_flush(&q->lro_mgr); in uldrx_flush_handler() 116 ret = adap->uld[q->uld].lro_rx_handler(adap->uld[q->uld].handle, in uldrx_handler() 120 ret = adap->uld[q->uld].rx_handler(adap->uld[q->uld].handle, in uldrx_handler() 321 r->rspq.uld = uld_type; in cfg_queues_uld() 335 r->rspq.uld = uld_type; in cfg_queues_uld() 585 adap->uld = kcalloc(CXGB4_ULD_MAX, sizeof(*adap->uld), GFP_KERNEL); in t4_uld_mem_alloc() 586 if (!adap->uld) in t4_uld_mem_alloc() 605 kfree(adap->uld); in t4_uld_mem_alloc() 615 kfree(adap->uld); in t4_uld_mem_free() [all …]
|
| D | cudbg_lib.h | 179 static inline u32 cudbg_uld_txq_to_qtype(u32 uld) in cudbg_uld_txq_to_qtype() argument 181 switch (uld) { in cudbg_uld_txq_to_qtype() 191 static inline u32 cudbg_uld_rxq_to_qtype(u32 uld) in cudbg_uld_rxq_to_qtype() argument 193 switch (uld) { in cudbg_uld_rxq_to_qtype() 209 static inline u32 cudbg_uld_flq_to_qtype(u32 uld) in cudbg_uld_flq_to_qtype() argument 211 switch (uld) { in cudbg_uld_flq_to_qtype() 227 static inline u32 cudbg_uld_ciq_to_qtype(u32 uld) in cudbg_uld_ciq_to_qtype() argument 229 switch (uld) { in cudbg_uld_ciq_to_qtype()
|
| D | cxgb4_uld.h | 80 #define TX_ULD(uld)(((uld) != CXGB4_ULD_CRYPTO) ? CXGB4_TX_OFLD :\ argument
|
| D | cxgb4_debugfs.c | 2627 static int sge_qinfo_uld_txq_entries(const struct adapter *adap, int uld) in sge_qinfo_uld_txq_entries() argument 2629 const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld]; in sge_qinfo_uld_txq_entries() 2637 static int sge_qinfo_uld_rspq_entries(const struct adapter *adap, int uld, in sge_qinfo_uld_rspq_entries() argument 2640 const struct sge_uld_rxq_info *urxq_info = adap->sge.uld_rxq_info[uld]; in sge_qinfo_uld_rspq_entries() 2649 static int sge_qinfo_uld_rxq_entries(const struct adapter *adap, int uld) in sge_qinfo_uld_rxq_entries() argument 2651 return sge_qinfo_uld_rspq_entries(adap, uld, false); in sge_qinfo_uld_rxq_entries() 2654 static int sge_qinfo_uld_ciq_entries(const struct adapter *adap, int uld) in sge_qinfo_uld_ciq_entries() argument 2656 return sge_qinfo_uld_rspq_entries(adap, uld, true); in sge_qinfo_uld_ciq_entries()
|
| D | cxgb4_main.c | 2100 if (adap->uld && adap->uld[type].handle) in notify_rdma_uld() 2101 adap->uld[type].control(adap->uld[type].handle, cmd); in notify_rdma_uld() 2252 if (adap->uld && adap->uld[i].handle) in detach_ulds() 2253 adap->uld[i].state_change(adap->uld[i].handle, in detach_ulds() 2269 if (adap->uld && adap->uld[i].handle) in notify_ulds() 2270 adap->uld[i].state_change(adap->uld[i].handle, in notify_ulds()
|
| D | cxgb4.h | 682 u8 uld; /* ULD handling this queue */ member 795 u8 uld; /* uld type */ member 976 struct cxgb4_uld_info *uld; member
|
| D | sge.c | 1401 return adap->uld[CXGB4_ULD_CRYPTO].tx_handler(skb, dev); in cxgb4_eth_xmit()
|