Lines Matching refs:bls
874 struct sli_bls_params *bls = &io->iparam.bls; in efct_target_send_bls_resp() local
881 bls->ox_id = io->init_task_tag; in efct_target_send_bls_resp()
882 bls->rx_id = io->abort_rx_id; in efct_target_send_bls_resp()
883 bls->vpi = io->node->vpi; in efct_target_send_bls_resp()
884 bls->rpi = io->node->rpi; in efct_target_send_bls_resp()
885 bls->s_id = U32_MAX; in efct_target_send_bls_resp()
886 bls->d_id = io->node->node_fc_id; in efct_target_send_bls_resp()
887 bls->rpi_registered = true; in efct_target_send_bls_resp()
889 acc = (void *)bls->payload; in efct_target_send_bls_resp()
890 acc->ba_ox_id = cpu_to_be16(bls->ox_id); in efct_target_send_bls_resp()
891 acc->ba_rx_id = cpu_to_be16(bls->rx_id); in efct_target_send_bls_resp()
904 rc = efct_hw_bls_send(efct, FC_RCTL_BA_ACC, bls, in efct_target_send_bls_resp()
922 struct sli_bls_params *bls = &io->iparam.bls; in efct_bls_send_rjt() local
935 bls->ox_id = be16_to_cpu(hdr->fh_ox_id); in efct_bls_send_rjt()
936 bls->rx_id = be16_to_cpu(hdr->fh_rx_id); in efct_bls_send_rjt()
937 bls->vpi = io->node->vpi; in efct_bls_send_rjt()
938 bls->rpi = io->node->rpi; in efct_bls_send_rjt()
939 bls->s_id = U32_MAX; in efct_bls_send_rjt()
940 bls->d_id = io->node->node_fc_id; in efct_bls_send_rjt()
941 bls->rpi_registered = true; in efct_bls_send_rjt()
943 acc = (void *)bls->payload; in efct_bls_send_rjt()
947 rc = efct_hw_bls_send(efct, FC_RCTL_BA_RJT, bls, efct_bls_send_rjt_cb, in efct_bls_send_rjt()