Searched refs:pba_acc (Results 1 – 1 of 1) sorted by relevance
3871 struct fc_std_abts_ba_acc *pba_acc; in fdls_process_abts_req() local3899 pba_acc = (struct fc_std_abts_ba_acc *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_process_abts_req()3900 *pba_acc = (struct fc_std_abts_ba_acc) { in fdls_process_abts_req()3906 FNIC_STD_SET_S_ID(pba_acc->fchdr, fchdr->fh_d_id); in fdls_process_abts_req()3907 FNIC_STD_SET_D_ID(pba_acc->fchdr, fchdr->fh_s_id); in fdls_process_abts_req()3908 FNIC_STD_SET_OX_ID(pba_acc->fchdr, FNIC_STD_GET_OX_ID(fchdr)); in fdls_process_abts_req()3909 FNIC_STD_SET_RX_ID(pba_acc->fchdr, FNIC_STD_GET_RX_ID(fchdr)); in fdls_process_abts_req()3911 pba_acc->acc.ba_rx_id = cpu_to_be16(FNIC_STD_GET_RX_ID(fchdr)); in fdls_process_abts_req()3912 pba_acc->acc.ba_ox_id = cpu_to_be16(FNIC_STD_GET_OX_ID(fchdr)); in fdls_process_abts_req()