Searched refs:pdu (Results 1 – 8 of 8) sorted by relevance
| /include/net/ |
| A D | llc_pdu.h | 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 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 D | garp.h | 108 struct sk_buff *pdu; member
|
| A D | mrp.h | 124 struct sk_buff *pdu; member
|
| /include/trace/events/ |
| A D | 9p.h | 173 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 D | cmd.h | 21 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 D | client.h | 285 int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
|
| /include/linux/ |
| A D | blk-mq.h | 979 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 D | iscsi_target_core.h | 444 unsigned char pdu[ISCSI_HDR_LEN + ISCSI_CRC_LEN]; member
|
Completed in 25 milliseconds