Lines Matching defs:work
908 * @work_done: output parameter for indicating completed work
1087 static void e1000_print_hw_hang(struct work_struct *work)
1089 struct e1000_adapter *adapter = container_of(work,
1166 * @work: pointer to work struct
1168 * This work function polls the TSYNCTXCTL valid bit to determine when a
1172 static void e1000e_tx_hwtstamp_work(struct work_struct *work)
1174 struct e1000_adapter *adapter = container_of(work, struct e1000_adapter,
1304 * @work_done: output parameter for indicating completed work
1500 * @work_done: output parameter for indicating completed work
1733 static void e1000e_downshift_workaround(struct work_struct *work)
1735 struct e1000_adapter *adapter = container_of(work,
1767 /* 80003ES2LAN workaround-- For packet buffer work-around on
1848 * For packet buffer work-around on link down event;
2955 * BEWARE: this seems to work but should be considered first if
2961 /* erratum work around: set txdctl the same for both queues */
4389 /* SYSTIMH latching upon SYSTIML read does not work well.
4788 /* activate the work around */
4806 * e1000e_update_phy_task - work thread to update phy
4807 * @work: pointer to our work struct
4813 static void e1000e_update_phy_task(struct work_struct *work)
4815 struct e1000_adapter *adapter = container_of(work,
5184 static void e1000_watchdog_task(struct work_struct *work)
5186 struct e1000_adapter *adapter = container_of(work,
5324 /* 8000ES2LAN requires a Rx packet buffer work-around
5352 * if there is queued Tx work it cannot be done. So
5945 static void e1000_reset_task(struct work_struct *work)
5948 adapter = container_of(work, struct e1000_adapter, reset_task);