Searched refs:is_eof (Results 1 – 3 of 3) sorted by relevance
441 tx_ring->tx_swbd[i].is_eof = true; in enetc_map_tx_buffs()537 tx_swbd->is_eof = 1; in enetc_map_tx_tso_data()795 tx_swbd->is_eof = 1; in enetc_lso_map_data()1192 bool is_eof = tx_swbd->is_eof; in enetc_clean_tx_ring() local1245 if (is_eof) { in enetc_clean_tx_ring()1648 if (xdp_tx_swbd->is_eof) { in enetc_xdp_tx()1685 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1716 xdp_tx_swbd->is_eof = false; in enetc_xdp_frame_to_xdp_tx_swbd()1723 xdp_tx_arr[n - 1].is_eof = true; in enetc_xdp_frame_to_xdp_tx_swbd()1868 tx_swbd->is_eof = false; in enetc_rx_swbd_to_xdp_tx_swbd()[all …]
51 u8 is_eof:1; member
1953 bool is_eof; in copy_from_read_buf() local1963 is_eof = n == 1 && *from == EOF_CHAR(tty); in copy_from_read_buf()1969 if (L_EXTPROC(tty) && ldata->icanon && is_eof && in copy_from_read_buf()
Completed in 20 milliseconds