cxgb_t3_hw.c | 2194 * t3_sge_read_context - read an SGE context 2203 static int t3_sge_read_context(unsigned int type, adapter_t *adapter, function in typeref:typename:int 2234 return t3_sge_read_context(F_EGRESS, adapter, id, data); 2250 return t3_sge_read_context(F_CQ, adapter, id, data); 2266 return t3_sge_read_context(F_FREELIST, adapter, id, data); 2282 return t3_sge_read_context(F_RESPONSEQ, adapter, id, data);
|