HomeSort by: relevance | last modified time | path
    Searched refs:t3_sge_init_ecntxt (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 2096 ret = -t3_sge_init_ecntxt(sc, q->txq[TXQ_ETH].cntxt_id, USE_GTS,
2101 printf("error %d from t3_sge_init_ecntxt\n", ret);
2106 ret = -t3_sge_init_ecntxt(sc, q->txq[TXQ_OFLD].cntxt_id,
2111 printf("error %d from t3_sge_init_ecntxt\n", ret);
2117 ret = -t3_sge_init_ecntxt(sc, q->txq[TXQ_CTRL].cntxt_id, 0,
2123 printf("error %d from t3_sge_init_ecntxt\n", ret);
cxgb_common.h 739 int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable,
cxgb_offload.c 339 ret = t3_sge_init_ecntxt(adapter, FW_RI_SGEEC_START, 0,
cxgb_t3_hw.c 1893 * t3_sge_init_ecntxt - initialize an SGE egress context
1909 int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable, function in typeref:typename:int

Completed in 19 milliseconds