Home
last modified time | relevance | path

Searched refs:S_ISCSI_PDU_LEN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1541 #define S_ISCSI_PDU_LEN 0 macro
1543 #define V_ISCSI_PDU_LEN(x) ((x) << S_ISCSI_PDU_LEN)
1544 #define G_ISCSI_PDU_LEN(x) (((x) >> S_ISCSI_PDU_LEN) & M_ISCSI_PDU_LEN)