Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfdls_disc.c4630 struct fc_std_els_adisc *padisc_acc; in fdls_process_adisc_req() local
4708 padisc_acc = (struct fc_std_els_adisc *) (acc_frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_process_adisc_req()
4710 FNIC_STD_SET_S_ID(padisc_acc->fchdr, fchdr->fh_d_id); in fdls_process_adisc_req()
4711 FNIC_STD_SET_D_ID(padisc_acc->fchdr, fchdr->fh_s_id); in fdls_process_adisc_req()
4713 FNIC_STD_SET_F_CTL(padisc_acc->fchdr, FNIC_ELS_REP_FCTL << 16); in fdls_process_adisc_req()
4714 FNIC_STD_SET_R_CTL(padisc_acc->fchdr, FC_RCTL_ELS_REP); in fdls_process_adisc_req()
4715 FNIC_STD_SET_TYPE(padisc_acc->fchdr, FC_TYPE_ELS); in fdls_process_adisc_req()
4718 FNIC_STD_SET_OX_ID(padisc_acc->fchdr, oxid); in fdls_process_adisc_req()
4719 FNIC_STD_SET_RX_ID(padisc_acc->fchdr, FNIC_UNASSIGNED_RXID); in fdls_process_adisc_req()
4721 padisc_acc->els.adisc_cmd = ELS_LS_ACC; in fdls_process_adisc_req()
[all …]