tx_jumbo_task_th  963 drivers/net/ethernet/atheros/atlx/atl1.c 	hw->tx_jumbo_task_th = (hw->max_frame_size + 7) >> 3;
tx_jumbo_task_th 1571 drivers/net/ethernet/atheros/atlx/atl1.c 	value = (((u32) hw->tx_jumbo_task_th & TX_JUMBO_TASK_TH_MASK)
tx_jumbo_task_th 2686 drivers/net/ethernet/atheros/atlx/atl1.c 	adapter->hw.tx_jumbo_task_th = (max_frame + 7) >> 3;
tx_jumbo_task_th  708 drivers/net/ethernet/atheros/atlx/atl1.h 	u16 tx_jumbo_task_th;