Searched refs:valid_bytes (Results 1 – 1 of 1) sorted by relevance
827 u8 *ptr, *pkt_buf_ptr, valid_bytes = 0; in cortina_eth_send() local892 valid_bytes = new_pkt_len % 8; in cortina_eth_send()893 valid_bytes = valid_bytes ? valid_bytes : 0; in cortina_eth_send()894 debug("%s: valid_bytes %d\n", __func__, valid_bytes); in cortina_eth_send()910 hdr_xt.bytes_valid = valid_bytes; in cortina_eth_send()
Completed in 3 milliseconds