Lines Matching defs:work
904 * @work_done: output parameter for indicating completed work
1083 static void e1000_print_hw_hang(struct work_struct *work)
1085 struct e1000_adapter *adapter = container_of(work,
1162 * @work: pointer to work struct
1164 * This work function polls the TSYNCTXCTL valid bit to determine when a
1168 static void e1000e_tx_hwtstamp_work(struct work_struct *work)
1170 struct e1000_adapter *adapter = container_of(work, struct e1000_adapter,
1300 * @work_done: output parameter for indicating completed work
1504 * @work_done: output parameter for indicating completed work
1739 static void e1000e_downshift_workaround(struct work_struct *work)
1741 struct e1000_adapter *adapter = container_of(work,
1773 /* 80003ES2LAN workaround-- For packet buffer work-around on
1854 * For packet buffer work-around on link down event;
2962 * BEWARE: this seems to work but should be considered first if
2968 /* erratum work around: set txdctl the same for both queues */
4394 /* SYSTIMH latching upon SYSTIML read does not work well.
4793 /* activate the work around */
4811 * e1000e_update_phy_task - work thread to update phy
4812 * @work: pointer to our work struct
4818 static void e1000e_update_phy_task(struct work_struct *work)
4820 struct e1000_adapter *adapter = container_of(work,
5189 static void e1000_watchdog_task(struct work_struct *work)
5191 struct e1000_adapter *adapter = container_of(work,
5329 /* 8000ES2LAN requires a Rx packet buffer work-around
5357 * if there is queued Tx work it cannot be done. So
5950 static void e1000_reset_task(struct work_struct *work)
5953 adapter = container_of(work, struct e1000_adapter, reset_task);