Searched refs:nvme_tcp_hdgst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 391 static inline void nvme_tcp_hdgst(struct ahash_request *hash, in nvme_tcp_hdgst() function 416 nvme_tcp_hdgst(queue->rcv_hash, pdu, pdu_len); in nvme_tcp_verify_hdgst() 1025 nvme_tcp_hdgst(queue->snd_hash, pdu, sizeof(*pdu)); in nvme_tcp_try_send_cmd_pdu() 1058 nvme_tcp_hdgst(queue->snd_hash, pdu, sizeof(*pdu)); in nvme_tcp_try_send_data_pdu()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | tcp.c | 409 static inline void nvme_tcp_hdgst(struct ahash_request *hash, in nvme_tcp_hdgst() function 434 nvme_tcp_hdgst(queue->rcv_hash, pdu, pdu_len); in nvme_tcp_verify_hdgst() 1073 nvme_tcp_hdgst(queue->snd_hash, pdu, sizeof(*pdu)); in nvme_tcp_try_send_cmd_pdu() 1108 nvme_tcp_hdgst(queue->snd_hash, pdu, sizeof(*pdu)); in nvme_tcp_try_send_data_pdu()
|
Completed in 7 milliseconds