Searched refs:t3_sge_write_context (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 2105 static int t3_sge_write_context(struct adapter *adapter, unsigned int id, in t3_sge_write_context() function 2200 return t3_sge_write_context(adapter, id, F_EGRESS); in t3_sge_init_ecntxt() 2241 return t3_sge_write_context(adapter, id, F_FREELIST); in t3_sge_init_flcntxt() 2280 return t3_sge_write_context(adapter, id, F_RESPONSEQ); in t3_sge_init_rspcntxt() 2317 return t3_sge_write_context(adapter, id, F_CQ); in t3_sge_init_cqcntxt()
|