Lines Matching defs:event_reply
1256 struct get_ct_event_reply *event_reply;
1274 event_reply = (struct get_ct_event_reply *)
1308 event_reply->type = evt_dat->type;
1309 event_reply->immed_data = evt_dat->immed_dat;
3325 struct get_mgmt_rev_reply *event_reply;
3337 event_reply = (struct get_mgmt_rev_reply *)
3340 if (job->reply_len < sizeof(*bsg_reply) + sizeof(*event_reply)) {
3348 event_reply->info.a_Major = MANAGEMENT_MAJOR_REV;
3349 event_reply->info.a_Minor = MANAGEMENT_MINOR_REV;
5336 struct lpfc_trunk_info *event_reply;
5348 event_reply = (struct lpfc_trunk_info *)
5351 if (job->reply_len < sizeof(*bsg_reply) + sizeof(*event_reply)) {
5358 if (event_reply == NULL) {
5363 bsg_bf_set(lpfc_trunk_info_link_status, event_reply,
5366 bsg_bf_set(lpfc_trunk_info_trunk_active0, event_reply,
5369 bsg_bf_set(lpfc_trunk_info_trunk_active1, event_reply,
5372 bsg_bf_set(lpfc_trunk_info_trunk_active2, event_reply,
5375 bsg_bf_set(lpfc_trunk_info_trunk_active3, event_reply,
5378 bsg_bf_set(lpfc_trunk_info_trunk_config0, event_reply,
5381 bsg_bf_set(lpfc_trunk_info_trunk_config1, event_reply,
5384 bsg_bf_set(lpfc_trunk_info_trunk_config2, event_reply,
5387 bsg_bf_set(lpfc_trunk_info_trunk_config3, event_reply,
5390 event_reply->port_speed = phba->sli4_hba.link_state.speed / 1000;
5391 event_reply->logical_speed =