Searched refs:t3_sge_write_context (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 2136 static int t3_sge_write_context(struct adapter *adapter, unsigned int id, in t3_sge_write_context() function 2231 return t3_sge_write_context(adapter, id, F_EGRESS); in t3_sge_init_ecntxt() 2272 return t3_sge_write_context(adapter, id, F_FREELIST); in t3_sge_init_flcntxt() 2311 return t3_sge_write_context(adapter, id, F_RESPONSEQ); in t3_sge_init_rspcntxt() 2348 return t3_sge_write_context(adapter, id, F_CQ); in t3_sge_init_cqcntxt()
|