Searched refs:len_terminate (Results 1 – 1 of 1) sorted by relevance
400 int num_frags, len_terminate, rv; in siw_send_terminate() local566 len_terminate = sizeof(*term) + iov[1].iov_len + MPA_CRC_SIZE; in siw_send_terminate()571 len_terminate = sizeof(*term) + MPA_CRC_SIZE; in siw_send_terminate()585 cpu_to_be16(len_terminate - (MPA_HDR_SIZE + MPA_CRC_SIZE)); in siw_send_terminate()602 rv = kernel_sendmsg(s, &msg, iov, num_frags, len_terminate); in siw_send_terminate()604 rv == len_terminate ? "success" : "failure", in siw_send_terminate()