Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dtcp.c298 static inline bool nvme_tcp_has_inline_data(struct nvme_tcp_request *req) in nvme_tcp_has_inline_data() function
1201 bool inline_data = nvme_tcp_has_inline_data(req);
1321 if (!nvme_tcp_has_inline_data(req)) in nvme_tcp_try_send()