Lines Matching full:pdu
24 * Validate common fields in a received PDU header. If an error is
28 * termination request PDU. If no error is detected, 0 is returned
59 /* Controllers only receive PDUs with a PDU direction of 0. */ in nvmf_tcp_validate_pdu_header()
61 printf("NVMe/TCP: Invalid PDU type %u\n", ch->pdu_type); in nvmf_tcp_validate_pdu_header()
71 printf("NVMe/TCP: Received Initialize Connection PDU\n"); in nvmf_tcp_validate_pdu_header()
78 * 7.4.7 Termination requests with invalid PDU lengths in nvmf_tcp_validate_pdu_header()
95 printf("NVMe/TCP: Invalid PDU type %u\n", ch->pdu_type); in nvmf_tcp_validate_pdu_header()
129 printf("NVMe/TCP: Invalid PDU header flags %#x\n", ch->flags); in nvmf_tcp_validate_pdu_header()
148 printf("NVMe/TCP: Invalid PDU header flags %#x\n", ch->flags); in nvmf_tcp_validate_pdu_header()
159 printf("NVMe/TCP: Invalid PDU header flags %#x\n", ch->flags); in nvmf_tcp_validate_pdu_header()
191 printf("NVMe/TCP: Invalid PDU header length %u\n", ch->hlen); in nvmf_tcp_validate_pdu_header()
207 printf("NVMe/TCP: Invalid PDU data offset %u\n", in nvmf_tcp_validate_pdu_header()
223 printf("NVMe/TCP: Invalid PDU data offset %u\n", in nvmf_tcp_validate_pdu_header()
234 printf("NVMe/TCP: Invalid PDU length %u\n", plen); in nvmf_tcp_validate_pdu_header()
254 printf("NVMe/TCP: PDU %u too short for digest\n", in nvmf_tcp_validate_pdu_header()
264 printf("NVMe/TCP: PDU %u with data length %u\n", in nvmf_tcp_validate_pdu_header()