Searched refs:len_terminate (Results 1 – 1 of 1) sorted by relevance
396 int num_frags, len_terminate, rv; in siw_send_terminate() local562 len_terminate = sizeof(*term) + iov[1].iov_len + MPA_CRC_SIZE; in siw_send_terminate()567 len_terminate = sizeof(*term) + MPA_CRC_SIZE; in siw_send_terminate()581 cpu_to_be16(len_terminate - (MPA_HDR_SIZE + MPA_CRC_SIZE)); in siw_send_terminate()598 rv = kernel_sendmsg(s, &msg, iov, num_frags, len_terminate); in siw_send_terminate()600 rv == len_terminate ? "success" : "failure", in siw_send_terminate()