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

  /src/include/
iso646.h 16 #define compl ~ macro
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 136 unsigned int compl; member in struct:txq_state
883 txqs->compl = (txq->unacked & 8) << (S_WR_COMPL - 3);
1262 F_WR_SOP | F_WR_EOP | txqs.compl);
1290 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
1745 txqs.compl = (q->unacked & 8) << (S_WR_COMPL - 3);

Completed in 12 milliseconds