Searched defs:ibmvfc_channel_setup (Results 1 – 3 of 3) sorted by relevance
535 struct ibmvfc_channel_setup { struct536 __be32 flags;540 __be32 reserved;541 __be32 num_scsi_subq_channels;542 __be32 num_nvmeof_subq_channels;543 __be32 num_scsi_vas_channels;544 __be32 num_nvmeof_vas_channels;545 struct srp_direct_buf buffer;546 __be64 reserved2[5];547 __be64 channel_handles[IBMVFC_MAX_CHANNELS];
561 struct ibmvfc_channel_setup { struct562 __be32 flags;566 __be32 reserved;567 __be32 num_scsi_subq_channels;568 __be32 num_nvmeof_subq_channels;569 __be32 num_scsi_vas_channels;570 __be32 num_nvmeof_vas_channels;571 struct srp_direct_buf buffer;572 __be64 reserved2[5];573 __be64 channel_handles[IBMVFC_MAX_CHANNELS];
5037 static void ibmvfc_channel_setup(struct ibmvfc_host *vhost) in ibmvfc_channel_setup() function