Home
last modified time | relevance | path

Searched refs:NVME_TCP_F_DDGST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnvme-tcp.h56 NVME_TCP_F_DDGST = (1 << 1), enumerator
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c455 if (unlikely(len && !(hdr->flags & NVME_TCP_F_DDGST))) { in nvme_tcp_check_ddgst()
650 data->hdr.flags |= NVME_TCP_F_DDGST; in nvme_tcp_setup_h2c_data_pdu()
2365 pdu->hdr.flags |= NVME_TCP_F_DDGST; in nvme_tcp_setup_cmd_pdu()
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c319 if (unlikely(len && !(hdr->flags & NVME_TCP_F_DDGST))) { in nvmet_tcp_check_ddgst()
452 pdu->hdr.flags |= NVME_TCP_F_DDGST; in nvmet_setup_c2h_data_pdu()