Home
last modified time | relevance | path

Searched refs:first_flag (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_main.c1004 bool *first_flag, bool *insert_empty) in igc_tx_launchtime() argument
1021 *first_flag = true; in igc_tx_launchtime()
1114 __le32 launch_time, bool first_flag, in igc_tx_ctxtdesc() argument
1133 if (first_flag) in igc_tx_ctxtdesc()
1143 __le32 launch_time, bool first_flag) in igc_tx_csum() argument
1183 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tx_csum()
1408 __le32 launch_time, bool first_flag, in igc_tso() argument
1495 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tso()
1504 bool first_flag = false, insert_empty = false; in igc_xmit_frame_ring() local
1535 launch_time = igc_tx_launchtime(tx_ring, txtime, &first_flag, &insert_empty); in igc_xmit_frame_ring()
[all …]