Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h734 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable,
H A Dsge.c3139 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_ETH].cntxt_id, USE_GTS, in t3_sge_alloc_qset()
3147 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_OFLD].cntxt_id, in t3_sge_alloc_qset()
3156 ret = t3_sge_init_ecntxt(adapter, q->txq[TXQ_CTRL].cntxt_id, 0, in t3_sge_alloc_qset()
H A Dcxgb3_offload.c353 ret = t3_sge_init_ecntxt(adapter, FW_RI_SGEEC_START, 0, in cxgb_rdma_ctl()
H A Dt3_hw.c2176 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable, in t3_sge_init_ecntxt() function