Searched refs:first_flag (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 1039 bool *first_flag, bool *insert_empty) in igc_tx_launchtime() argument 1056 *first_flag = true; in igc_tx_launchtime() 1149 __le32 launch_time, bool first_flag, in igc_tx_ctxtdesc() argument 1168 if (first_flag) in igc_tx_ctxtdesc() 1178 __le32 launch_time, bool first_flag) in igc_tx_csum() argument 1218 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tx_csum() 1454 __le32 launch_time, bool first_flag, in igc_tso() argument 1541 igc_tx_ctxtdesc(tx_ring, launch_time, first_flag, in igc_tso() 1571 bool first_flag = false, insert_empty = false; in igc_xmit_frame_ring() local 1666 tso = igc_tso(tx_ring, first, launch_time, first_flag, &hdr_len); in igc_xmit_frame_ring() [all …]
|