Searched refs:tx_zc_checked (Results 1 – 2 of 2) sorted by relevance
59 tx->tx_zc_checked = 0; in ksocknal_alloc_tx()447 tx->tx_zc_checked = 1; in ksocknal_check_zc_req()484 tx->tx_zc_checked = 0; in ksocknal_uncheck_zc_req()507 if (tx->tx_zc_capable && !tx->tx_zc_checked) in ksocknal_process_transmit()569 if (tx->tx_zc_checked) in ksocknal_process_transmit()
220 unsigned short tx_zc_checked:1; /* Have I checked if I should ZC? */ member