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

  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 272 #define S_WR_COMPL 21
273 #define V_WR_COMPL(x) ((x) << S_WR_COMPL)
cxgb_sge.c 883 txqs->compl = (txq->unacked & 8) << (S_WR_COMPL - 3);
1745 txqs.compl = (q->unacked & 8) << (S_WR_COMPL - 3);

Completed in 104 milliseconds