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

  /src/sys/dev/pci/cxgb/
cxgb_sge_defs.h 235 #define F_RSPD_EOP V_RSPD_EOP(1U)
236 #define G_RSPD_EOP(x) ((x) & F_RSPD_EOP)
cxgb_sge.c 118 #define RSPQ_EOP G_RSPD_SOP_EOP(F_RSPD_EOP)
120 #define RSPQ_SOP_EOP G_RSPD_SOP_EOP(F_RSPD_SOP|F_RSPD_EOP)

Completed in 47 milliseconds