Searched refs:t3_sge_write_context (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 2170 static int t3_sge_write_context(struct adapter *adapter, unsigned int id, in t3_sge_write_context() function 2265 return t3_sge_write_context(adapter, id, F_EGRESS); in t3_sge_init_ecntxt() 2306 return t3_sge_write_context(adapter, id, F_FREELIST); in t3_sge_init_flcntxt() 2345 return t3_sge_write_context(adapter, id, F_RESPONSEQ); in t3_sge_init_rspcntxt() 2382 return t3_sge_write_context(adapter, id, F_CQ); in t3_sge_init_cqcntxt()
|