Searched defs:pdu (Results 1 – 6 of 6) sorted by relevance
37 #define LLC_PDU_IS_GROUP_DSAP(pdu) \ argument39 #define LLC_PDU_IS_INDIV_DSAP(pdu) \ argument46 #define LLC_PDU_IS_CMD(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 0 : 1) argument47 #define LLC_PDU_IS_RSP(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 1 : 0) argument60 #define LLC_PDU_TYPE_IS_I(pdu) \ argument63 #define LLC_PDU_TYPE_IS_U(pdu) \ argument66 #define LLC_PDU_TYPE_IS_S(pdu) \ argument71 #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) argument72 #define LLC_U_PF_IS_0(pdu) ((!(pdu->ctrl_1 & LLC_U_PF_BIT_MASK)) ? 1 : 0) argument75 #define LLC_U_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument[all …]
108 struct sk_buff *pdu; member
124 struct sk_buff *pdu; member
18 u8 pdu[32]; /* available inline for free use */ member
984 static inline struct request *blk_mq_rq_from_pdu(void *pdu) in blk_mq_rq_from_pdu()
444 unsigned char pdu[ISCSI_HDR_LEN + ISCSI_CRC_LEN]; member