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