Home
last modified time | relevance | path

Searched refs:t3_sge_init_ecntxt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h736 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable,
Dsge.c3142 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_ETH].cntxt_id, USE_GTS, in t3_sge_alloc_qset()
3150 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_OFLD].cntxt_id, in t3_sge_alloc_qset()
3159 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_CTRL].cntxt_id, 0, in t3_sge_alloc_qset()
Dcxgb3_offload.c353 ret = t3_sge_init_ecntxt(adapter, FW_RI_SGEEC_START, 0, in cxgb_rdma_ctl()
Dt3_hw.c2241 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable, in t3_sge_init_ecntxt() function