Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/fnic/
H A Dfdls_disc.c4520 struct fc_std_els_adisc *padisc_acc; in fdls_process_adisc_req() local
4600 FNIC_STD_SET_S_ID(padisc_acc->fchdr, fchdr->fh_d_id); in fdls_process_adisc_req()
4601 FNIC_STD_SET_D_ID(padisc_acc->fchdr, fchdr->fh_s_id); in fdls_process_adisc_req()
4604 FNIC_STD_SET_R_CTL(padisc_acc->fchdr, FC_RCTL_ELS_REP); in fdls_process_adisc_req()
4605 FNIC_STD_SET_TYPE(padisc_acc->fchdr, FC_TYPE_ELS); in fdls_process_adisc_req()
4608 FNIC_STD_SET_OX_ID(padisc_acc->fchdr, oxid); in fdls_process_adisc_req()
4609 FNIC_STD_SET_RX_ID(padisc_acc->fchdr, FNIC_UNASSIGNED_RXID); in fdls_process_adisc_req()
4611 padisc_acc->els.adisc_cmd = ELS_LS_ACC; in fdls_process_adisc_req()
4613 FNIC_STD_SET_NPORT_NAME(&padisc_acc->els.adisc_wwpn, in fdls_process_adisc_req()
4615 FNIC_STD_SET_NODE_NAME(&padisc_acc->els.adisc_wwnn, in fdls_process_adisc_req()
[all …]