Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 6 of 6) sorted by relevance

/include/net/
Dllc_pdu.h37 #define LLC_PDU_IS_GROUP_DSAP(pdu) \ argument
39 #define LLC_PDU_IS_INDIV_DSAP(pdu) \ argument
46 #define LLC_PDU_IS_CMD(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 0 : 1) argument
47 #define LLC_PDU_IS_RSP(pdu) ((pdu->ssap & LLC_PDU_RSP) ? 1 : 0) argument
60 #define LLC_PDU_TYPE_IS_I(pdu) \ argument
63 #define LLC_PDU_TYPE_IS_U(pdu) \ argument
66 #define LLC_PDU_TYPE_IS_S(pdu) \ argument
71 #define LLC_U_PF_IS_1(pdu) ((pdu->ctrl_1 & LLC_U_PF_BIT_MASK) ? 1 : 0) argument
72 #define LLC_U_PF_IS_0(pdu) ((!(pdu->ctrl_1 & LLC_U_PF_BIT_MASK)) ? 1 : 0) argument
75 #define LLC_U_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument
[all …]
Dgarp.h108 struct sk_buff *pdu; member
Dmrp.h124 struct sk_buff *pdu; member
/include/linux/io_uring/
Dcmd.h18 u8 pdu[32]; /* available inline for free use */ member
/include/linux/
Dblk-mq.h984 static inline struct request *blk_mq_rq_from_pdu(void *pdu) in blk_mq_rq_from_pdu()
/include/target/iscsi/
Discsi_target_core.h444 unsigned char pdu[ISCSI_HDR_LEN + ISCSI_CRC_LEN]; member