Home
last modified time | relevance | path

Searched refs:nvmf_tcp_rxpdu (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c49 struct nvmf_tcp_rxpdu { struct
57 struct nvmf_tcp_rxpdu rx_pdu; argument
225 nvmf_tcp_validate_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu, in nvmf_tcp_validate_pdu()
309 nvmf_tcp_read_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_read_pdu()
349 nvmf_tcp_free_pdu(struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_free_pdu()
356 nvmf_tcp_handle_term_req(struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_term_req()
370 struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_save_command_capsule()
391 struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_save_response_capsule()
496 nvmf_tcp_handle_h2c_data(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_h2c_data()
569 nvmf_tcp_handle_c2h_data(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_c2h_data()
[all …]
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c110 struct nvmf_tcp_rxpdu { struct
122 struct nvmf_tcp_rxpdu rx_pdu; argument
306 nvmf_tcp_validate_pdu(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_validate_pdu()
362 nvmf_tcp_free_pdu(struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_free_pdu()
370 nvmf_tcp_handle_term_req(struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_term_req()
384 struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_save_command_capsule()
403 struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_save_response_capsule()
637 nvmf_tcp_handle_h2c_data(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_h2c_data()
747 nvmf_tcp_handle_c2h_data(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_c2h_data()
942 nvmf_tcp_handle_r2t(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu) in nvmf_tcp_handle_r2t()
[all …]