cxgb_t3_hw.c | 1871 * t3_sge_write_context - write an SGE context 1879 static int t3_sge_write_context(adapter_t *adapter, unsigned int id, function in typeref:typename:int 1933 return t3_sge_write_context(adapter, id, F_EGRESS); 1973 return t3_sge_write_context(adapter, id, F_FREELIST); 2012 return t3_sge_write_context(adapter, id, F_RESPONSEQ); 2049 return t3_sge_write_context(adapter, id, F_CQ);
|