HomeSort by: relevance | last modified time | path
    Searched defs:t3_sge_read_context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
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);
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);

Completed in 32 milliseconds