Searched defs:ISCSI_GET_PAD_LEN (Results 1 – 2 of 2) sorted by relevance
112 #define ISCSI_GET_PAD_LEN(DataLen) ((~(DataLen) + 1) & 0x3) macro
107 #define ISCSI_GET_PAD_LEN(DataLen) ((~(DataLen) + 1) & 0x3) macro