Home
last modified time | relevance | path

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

/include/net/
A Dllc_pdu.h46 #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
75 #define LLC_U_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument
76 #define LLC_U_PDU_RSP(pdu) (pdu->ctrl_1 & LLC_U_PDU_CMD_MASK) argument
122 #define LLC_I_GET_NS(pdu) (u8)((pdu->ctrl_1 & 0xFE) >> 1) argument
123 #define LLC_I_GET_NR(pdu) (u8)((pdu->ctrl_2 & 0xFE) >> 1) argument
133 #define LLC_S_PDU_CMD(pdu) (pdu->ctrl_1 & LLC_S_PDU_CMD_MASK) argument
134 #define LLC_S_PDU_RSP(pdu) (pdu->ctrl_1 & LLC_S_PDU_CMD_MASK) argument
147 #define PDU_SUPV_GET_Nr(pdu) ((pdu->ctrl_2 & 0xFE) >> 1) argument
251 pdu->dsap = dsap; in llc_pdu_header_init()
[all …]
A Dgarp.h108 struct sk_buff *pdu; member
A Dmrp.h124 struct sk_buff *pdu; member
/include/trace/events/
A D9p.h173 TP_PROTO(struct p9_client *clnt, struct p9_fcall *pdu),
175 TP_ARGS(clnt, pdu),
182 min_t(size_t, pdu->capacity, P9_PROTO_DUMP_SZ))
187 __entry->type = pdu->id;
188 __entry->tag = pdu->tag;
189 memcpy(__get_dynamic_array(line), pdu->sdata,
/include/linux/io_uring/
A Dcmd.h21 u8 pdu[32]; /* available inline for free use */ member
31 BUILD_BUG_ON(cmd_sz > sizeof_field(struct io_uring_cmd, pdu)); in io_uring_cmd_private_sz_check()
35 ((pdu_type *)&(cmd)->pdu) \
/include/net/9p/
A Dclient.h285 int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
/include/linux/
A Dblk-mq.h979 static inline struct request *blk_mq_rq_from_pdu(void *pdu) in blk_mq_rq_from_pdu() argument
981 return pdu - sizeof(struct request); in blk_mq_rq_from_pdu()
/include/target/iscsi/
A Discsi_target_core.h444 unsigned char pdu[ISCSI_HDR_LEN + ISCSI_CRC_LEN]; member

Completed in 20 milliseconds