Lines Matching defs:work
6192 /* Schedule the QSFP work only if there is a cable attached. */
6335 /* restore host access if the grant didn't work */
6694 * This is a work-queue function outside of the interrupt.
6696 void handle_sma_message(struct work_struct *work)
6698 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
6907 * This is a work-queue function outside of the triggering interrupt.
6909 void handle_freeze(struct work_struct *work)
6911 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7004 * This is a work-queue function outside of the interrupt.
7006 void handle_link_up(struct work_struct *work)
7008 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7132 * This is a work-queue function outside of the interrupt.
7134 void handle_link_down(struct work_struct *work)
7138 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7223 void handle_link_bounce(struct work_struct *work)
7225 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7458 * This is a work-queue function outside of the interrupt.
7460 void handle_verify_cap(struct work_struct *work)
7462 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
7727 * This is a work-queue function outside of the interrupt.
7729 void handle_link_downgrade(struct work_struct *work)
7731 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
8798 * address in 7:0. Do the work here, rather than the caller,
9699 void qsfp_event(struct work_struct *work)
9705 qd = container_of(work, struct qsfp_data, qsfp_work);
9873 void handle_start_link(struct work_struct *work)
9875 struct hfi1_pportdata *ppd = container_of(work, struct hfi1_pportdata,
9876 start_link_work.work);
12182 /* work around sticky RcvCtxtStatus.BlockedRHQFull */
12394 /* If its a synthetic counter there is more work we need to do */
12532 static void do_update_synth_timer(struct work_struct *work)
12541 struct hfi1_devdata *dd = container_of(work, struct hfi1_devdata,
15431 * SBus interface. In order for this to work, the SBus Master
15529 * all the extra work and the sleeps.