Searched refs:insert_empty (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 901 bool *first_flag, bool *insert_empty) in igc_tx_launchtime() 922 *insert_empty = true; in igc_tx_launchtime() 1401 bool first_flag = false, insert_empty = false; in igc_xmit_frame_ring() local 1432 launch_time = igc_tx_launchtime(tx_ring, txtime, &first_flag, &insert_empty); in igc_xmit_frame_ring() 1434 if (insert_empty) { in igc_xmit_frame_ring() 900 igc_tx_launchtime(struct igc_ring *ring, ktime_t txtime, bool *first_flag, bool *insert_empty) igc_tx_launchtime() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 1039 bool *first_flag, bool *insert_empty) in igc_tx_launchtime() 1060 *insert_empty = true; in igc_tx_launchtime() 1571 bool first_flag = false, insert_empty = false; in igc_xmit_frame_ring() local 1602 launch_time = igc_tx_launchtime(tx_ring, txtime, &first_flag, &insert_empty); in igc_xmit_frame_ring() 1604 if (insert_empty) { in igc_xmit_frame_ring() 1038 igc_tx_launchtime(struct igc_ring *ring, ktime_t txtime, bool *first_flag, bool *insert_empty) igc_tx_launchtime() argument
|
Completed in 16 milliseconds