Lines Matching refs:msg_flags
1144 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvme_tcp_try_send_data()
1154 msg.msg_flags |= MSG_EOR; in nvme_tcp_try_send_data()
1156 msg.msg_flags |= MSG_MORE; in nvme_tcp_try_send_data()
1159 msg.msg_flags &= ~MSG_SPLICE_PAGES; in nvme_tcp_try_send_data()
1203 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvme_tcp_try_send_cmd_pdu()
1210 msg.msg_flags |= MSG_MORE; in nvme_tcp_try_send_cmd_pdu()
1212 msg.msg_flags |= MSG_EOR; in nvme_tcp_try_send_cmd_pdu()
1244 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_MORE, }; in nvme_tcp_try_send_data_pdu()
1253 msg.msg_flags |= MSG_SPLICE_PAGES; in nvme_tcp_try_send_data_pdu()
1279 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvme_tcp_try_send_ddgst()
1286 msg.msg_flags |= MSG_MORE; in nvme_tcp_try_send_ddgst()
1288 msg.msg_flags |= MSG_EOR; in nvme_tcp_try_send_ddgst()
1505 msg.msg_flags = MSG_WAITALL; in nvme_tcp_init_connection()
1507 iov.iov_len, msg.msg_flags); in nvme_tcp_init_connection()