Home
last modified time | relevance | path

Searched refs:fc_iu (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/ibmvscsi/
A Dibmvfc.c4410 if (wwn_to_u64((u8 *)&mad->fc_iu.response[2]) != tgt->ids.port_name) in ibmvfc_adisc_needs_plogi()
4414 if (be32_to_cpu(mad->fc_iu.response[6]) != tgt->scsi_id) in ibmvfc_adisc_needs_plogi()
4478 mad->iu.cmd_len = cpu_to_be32(sizeof(mad->fc_iu.payload)); in ibmvfc_init_passthru()
4479 mad->iu.rsp_len = cpu_to_be32(sizeof(mad->fc_iu.response)); in ibmvfc_init_passthru()
4481 offsetof(struct ibmvfc_passthru_mad, fc_iu) + in ibmvfc_init_passthru()
4483 mad->iu.cmd.len = cpu_to_be32(sizeof(mad->fc_iu.payload)); in ibmvfc_init_passthru()
4485 offsetof(struct ibmvfc_passthru_mad, fc_iu) + in ibmvfc_init_passthru()
4487 mad->iu.rsp.len = cpu_to_be32(sizeof(mad->fc_iu.response)); in ibmvfc_init_passthru()
4602 mad->fc_iu.payload[0] = cpu_to_be32(IBMVFC_ADISC); in ibmvfc_tgt_adisc()
4603 memcpy(&mad->fc_iu.payload[2], &vhost->login_buf->resp.port_name, in ibmvfc_tgt_adisc()
[all …]
A Dibmvfc.h539 struct ibmvfc_passthru_fc_iu fc_iu; member

Completed in 709 milliseconds