Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfdls_disc.c3981 struct fc_std_abts_ba_acc *pba_acc; in fdls_process_abts_req() local
4009 pba_acc = (struct fc_std_abts_ba_acc *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_process_abts_req()
4010 *pba_acc = (struct fc_std_abts_ba_acc) { in fdls_process_abts_req()
4016 FNIC_STD_SET_S_ID(pba_acc->fchdr, fchdr->fh_d_id); in fdls_process_abts_req()
4017 FNIC_STD_SET_D_ID(pba_acc->fchdr, fchdr->fh_s_id); in fdls_process_abts_req()
4018 FNIC_STD_SET_OX_ID(pba_acc->fchdr, FNIC_STD_GET_OX_ID(fchdr)); in fdls_process_abts_req()
4019 FNIC_STD_SET_RX_ID(pba_acc->fchdr, FNIC_STD_GET_RX_ID(fchdr)); in fdls_process_abts_req()
4021 pba_acc->acc.ba_rx_id = cpu_to_be16(FNIC_STD_GET_RX_ID(fchdr)); in fdls_process_abts_req()
4022 pba_acc->acc.ba_ox_id = cpu_to_be16(FNIC_STD_GET_OX_ID(fchdr)); in fdls_process_abts_req()