Searched refs:chop (Results 1 – 3 of 3) sorted by relevance
316 buf[ret-1] = '\0'; /* null-terminate and chop off the \n */327 str_buf[ret-1] = '\0'; /* null-terminate and chop off the \n */
141 chop off part of the key in order to find the longest matching prefix.
2804 int next_is_first, chop; in myri10ge_xmit() local2806 chop = (cum_len_next > mss); in myri10ge_xmit()2809 flags |= chop * MXGEFW_FLAGS_TSO_CHOP; in myri10ge_xmit()2812 rdma_count |= -(chop | next_is_first); in myri10ge_xmit()2813 rdma_count += chop & ~next_is_first; in myri10ge_xmit()