Lines Matching defs:work
6152 /* Schedule the QSFP work only if there is a cable attached. */
6296 /* restore host access if the grant didn't work */
6655 * This is a work-queue function outside of the interrupt.
6657 void handle_sma_message(struct work_struct *work)
6659 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
6868 * This is a work-queue function outside of the triggering interrupt.
6870 void handle_freeze(struct work_struct *work)
6872 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
6965 * This is a work-queue function outside of the interrupt.
6967 void handle_link_up(struct work_struct *work)
6969 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7093 * This is a work-queue function outside of the interrupt.
7095 void handle_link_down(struct work_struct *work)
7099 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7184 void handle_link_bounce(struct work_struct *work)
7186 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7419 * This is a work-queue function outside of the interrupt.
7421 void handle_verify_cap(struct work_struct *work)
7423 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7688 * This is a work-queue function outside of the interrupt.
7690 void handle_link_downgrade(struct work_struct *work)
7692 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
8759 * address in 7:0. Do the work here, rather than the caller,
9660 void qsfp_event(struct work_struct *work)
9666 qd = container_of(work, struct qsfp_data, qsfp_work);
9834 void handle_start_link(struct work_struct *work)
9836 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
9837 start_link_work.work);
12143 /* work around sticky RcvCtxtStatus.BlockedRHQFull */
12355 /* If its a synthetic counter there is more work we need to do */
12493 static void do_update_synth_timer(struct work_struct *work)
12502 struct hfi1_devdata *dd = container_of(work, struct hfi1_devdata,
15392 * SBus interface. In order for this to work, the SBus Master
15490 * all the extra work and the sleeps.