Lines Matching refs:event_reply
1296 struct get_ct_event_reply *event_reply; in lpfc_bsg_hba_get_event() local
1314 event_reply = (struct get_ct_event_reply *) in lpfc_bsg_hba_get_event()
1348 event_reply->type = evt_dat->type; in lpfc_bsg_hba_get_event()
1349 event_reply->immed_data = evt_dat->immed_dat; in lpfc_bsg_hba_get_event()
3405 struct get_mgmt_rev_reply *event_reply; in lpfc_bsg_get_dfc_rev() local
3417 event_reply = (struct get_mgmt_rev_reply *) in lpfc_bsg_get_dfc_rev()
3420 if (job->reply_len < sizeof(*bsg_reply) + sizeof(*event_reply)) { in lpfc_bsg_get_dfc_rev()
3428 event_reply->info.a_Major = MANAGEMENT_MAJOR_REV; in lpfc_bsg_get_dfc_rev()
3429 event_reply->info.a_Minor = MANAGEMENT_MINOR_REV; in lpfc_bsg_get_dfc_rev()
5699 struct lpfc_trunk_info *event_reply; in lpfc_get_trunk_info() local
5711 event_reply = (struct lpfc_trunk_info *) in lpfc_get_trunk_info()
5714 if (job->reply_len < sizeof(*bsg_reply) + sizeof(*event_reply)) { in lpfc_get_trunk_info()
5721 if (event_reply == NULL) { in lpfc_get_trunk_info()
5726 bsg_bf_set(lpfc_trunk_info_link_status, event_reply, in lpfc_get_trunk_info()
5729 bsg_bf_set(lpfc_trunk_info_trunk_active0, event_reply, in lpfc_get_trunk_info()
5732 bsg_bf_set(lpfc_trunk_info_trunk_active1, event_reply, in lpfc_get_trunk_info()
5735 bsg_bf_set(lpfc_trunk_info_trunk_active2, event_reply, in lpfc_get_trunk_info()
5738 bsg_bf_set(lpfc_trunk_info_trunk_active3, event_reply, in lpfc_get_trunk_info()
5741 bsg_bf_set(lpfc_trunk_info_trunk_config0, event_reply, in lpfc_get_trunk_info()
5744 bsg_bf_set(lpfc_trunk_info_trunk_config1, event_reply, in lpfc_get_trunk_info()
5747 bsg_bf_set(lpfc_trunk_info_trunk_config2, event_reply, in lpfc_get_trunk_info()
5750 bsg_bf_set(lpfc_trunk_info_trunk_config3, event_reply, in lpfc_get_trunk_info()
5753 event_reply->port_speed = phba->sli4_hba.link_state.speed / 1000; in lpfc_get_trunk_info()
5754 event_reply->logical_speed = in lpfc_get_trunk_info()