Searched refs:pdu_type (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_tcp.h | 59 if (controller != ((ch->pdu_type & 0x01) == 0)) { in nvmf_tcp_validate_pdu_header() 60 printf("NVMe/TCP: Invalid PDU type %u\n", ch->pdu_type); in nvmf_tcp_validate_pdu_header() 62 *fei = offsetof(struct nvme_tcp_common_pdu_hdr, pdu_type); in nvmf_tcp_validate_pdu_header() 66 switch (ch->pdu_type) { in nvmf_tcp_validate_pdu_header() 72 *fei = offsetof(struct nvme_tcp_common_pdu_hdr, pdu_type); in nvmf_tcp_validate_pdu_header() 94 printf("NVMe/TCP: Invalid PDU type %u\n", ch->pdu_type); in nvmf_tcp_validate_pdu_header() 96 *fei = offsetof(struct nvme_tcp_common_pdu_hdr, pdu_type); in nvmf_tcp_validate_pdu_header() 101 switch (ch->pdu_type) { in nvmf_tcp_validate_pdu_header() 154 if (ch->pdu_type == NVME_TCP_PDU_TYPE_C2H_DATA && in nvmf_tcp_validate_pdu_header() 165 switch (ch->pdu_type) { in nvmf_tcp_validate_pdu_header() [all …]
|
H A D | nvmf_tcp.c | 293 hdr->common.pdu_type = qp->qp.nq_controller ? in nvmf_tcp_report_error() 570 r2t.common.pdu_type = NVME_TCP_PDU_TYPE_R2T; in tcp_send_r2t() 929 h2c.common.pdu_type = NVME_TCP_PDU_TYPE_H2C_DATA; in tcp_send_h2c_pdu() 1056 switch (ch->pdu_type) { in nvmf_tcp_dispatch_pdu() 1254 cmd.common.pdu_type = NVME_TCP_PDU_TYPE_CAPSULE_CMD; in tcp_command_pdu() 1282 rsp.common.pdu_type = NVME_TCP_PDU_TYPE_CAPSULE_RESP; in tcp_response_pdu() 1780 c2h.common.pdu_type = NVME_TCP_PDU_TYPE_C2H_DATA; in tcp_send_c2h_pdu()
|
/freebsd/contrib/tcpdump/ |
H A D | print-rpki-rtr.c | 40 nd_uint8_t pdu_type; /* PDU type */ member 177 u_int pdu_type, pdu_len, hexdump; in rpki_rtr_pdu_print() local 197 pdu_type = GET_U_1(pdu_header->pdu_type); in rpki_rtr_pdu_print() 208 tok2str(rpki_rtr_pdu_values, "Unknown", pdu_type), in rpki_rtr_pdu_print() 209 pdu_type, pdu_len); in rpki_rtr_pdu_print() 213 switch (pdu_type) { in rpki_rtr_pdu_print()
|
H A D | print-isoclns.c | 674 nd_uint8_t pdu_type; /* 3 MSbits are reserved */ member 2484 …uint8_t pdu_type, pdu_max_area, max_area, pdu_id_length, id_length, tlv_type, tlv_len, tlen, alen,… in isis_print() local 2590 pdu_type = GET_U_1(isis_header->pdu_type); in isis_print() 2596 tok2str(isis_pdu_values, "unknown PDU-Type %u", pdu_type)); in isis_print() 2604 pdu_type), in isis_print() 2619 switch (pdu_type) { in isis_print()
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_tcp.c | 208 hdr.common.pdu_type = na->na_controller ? in nvmf_tcp_report_error() 665 h2c.common.pdu_type = NVME_TCP_PDU_TYPE_H2C_DATA; in tcp_send_h2c_pdu() 766 switch (pdu.hdr->pdu_type) { in nvmf_tcp_receive_pdu() 808 if (na->na_controller != ((ch->pdu_type & 0x01) == 0)) { in nvmf_tcp_validate_ic_pdu() 809 na_error(na, "NVMe/TCP: Invalid PDU type %u", ch->pdu_type); in nvmf_tcp_validate_ic_pdu() 816 switch (ch->pdu_type) { in nvmf_tcp_validate_ic_pdu() 821 na_error(na, "NVMe/TCP: Invalid PDU type %u", ch->pdu_type); in nvmf_tcp_validate_ic_pdu() 983 ic_req.common.pdu_type = NVME_TCP_PDU_TYPE_IC_REQ; in tcp_connect() 1056 ic_resp.common.pdu_type = NVME_TCP_PDU_TYPE_IC_RESP; in tcp_accept() 1204 cmd.common.pdu_type = NVME_TCP_PDU_TYPE_CAPSULE_CMD; in tcp_transmit_command() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | context.c | 992 krb5_pdu pdu_type, in krb5_get_default_in_tkt_etypes() argument 999 heim_assert(pdu_type == KRB5_PDU_AS_REQUEST || in krb5_get_default_in_tkt_etypes() 1000 pdu_type == KRB5_PDU_TGS_REQUEST || in krb5_get_default_in_tkt_etypes() 1001 pdu_type == KRB5_PDU_NONE, "pdu contant not as expected"); in krb5_get_default_in_tkt_etypes() 1003 if (pdu_type == KRB5_PDU_AS_REQUEST && context->as_etypes != NULL) in krb5_get_default_in_tkt_etypes() 1005 else if (pdu_type == KRB5_PDU_TGS_REQUEST && context->tgs_etypes != NULL) in krb5_get_default_in_tkt_etypes() 1435 krb5_pdu pdu_type, in _krb5_init_etype() argument 1443 ret = krb5_get_default_in_tkt_etypes(context, pdu_type, val); in _krb5_init_etype()
|
/freebsd/sys/dev/ice/ |
H A D | ice_protocol_type.h | 282 u8 pdu_type; 281 u8 pdu_type; global() member
|