Searched refs:fc_iu (Results 1 – 2 of 2) sorted by relevance
1909 mad->common.length = sizeof(*mad) - sizeof(mad->fc_iu) - sizeof(mad->iu); in ibmvfc_bsg_request()3533 if (memcmp(&mad->fc_iu.response[2], &tgt->ids.port_name, in ibmvfc_adisc_needs_plogi()3536 if (memcmp(&mad->fc_iu.response[4], &tgt->ids.node_name, in ibmvfc_adisc_needs_plogi()3539 if (mad->fc_iu.response[6] != tgt->scsi_id) in ibmvfc_adisc_needs_plogi()3572 fc_reason = (mad->fc_iu.response[1] & 0x00ff0000) >> 16; in ibmvfc_tgt_adisc_done()3573 fc_explain = (mad->fc_iu.response[1] & 0x0000ff00) >> 8; in ibmvfc_tgt_adisc_done()3599 mad->common.length = sizeof(*mad) - sizeof(mad->fc_iu) - sizeof(mad->iu); in ibmvfc_init_passthru()3603 mad->iu.cmd_len = sizeof(mad->fc_iu.payload); in ibmvfc_init_passthru()3604 mad->iu.rsp_len = sizeof(mad->fc_iu.response); in ibmvfc_init_passthru()3606 offsetof(struct ibmvfc_passthru_mad, fc_iu) + in ibmvfc_init_passthru()[all …]
489 struct ibmvfc_passthru_fc_iu fc_iu; member