Lines Matching defs:pdu
912 nvmf_che_validate_pdu(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_validate_pdu()
1045 nvmf_che_free_pdu(struct nvmf_che_rxpdu *pdu) in nvmf_che_free_pdu()
1053 nvmf_che_handle_term_req(struct nvmf_che_rxpdu *pdu) in nvmf_che_handle_term_req()
1067 struct nvmf_che_rxpdu *pdu) in nvmf_che_save_command_capsule()
1086 struct nvmf_che_rxpdu *pdu) in nvmf_che_save_response_capsule()
1363 nvmf_che_handle_h2c_data(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_handle_h2c_data()
1502 nvmf_che_handle_c2h_data(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_handle_c2h_data()
1766 nvmf_che_handle_r2t(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_handle_r2t()
1841 nvmf_che_dispatch_pdu(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_dispatch_pdu()
1874 nvmf_che_attach_pdu_data(struct nvmf_che_qpair *qp, struct nvmf_che_rxpdu *pdu) in nvmf_che_attach_pdu_data()
1940 struct nvmf_che_rxpdu pdu; in nvmf_che_receive() local