Lines Matching refs:bls
1076 struct sli_bls_params bls; in efc_send_bls_acc() local
1080 memset(&bls, 0, sizeof(bls)); in efc_send_bls_acc()
1081 bls.ox_id = be16_to_cpu(hdr->fh_ox_id); in efc_send_bls_acc()
1082 bls.rx_id = be16_to_cpu(hdr->fh_rx_id); in efc_send_bls_acc()
1083 bls.s_id = ntoh24(hdr->fh_d_id); in efc_send_bls_acc()
1084 bls.d_id = node->rnode.fc_id; in efc_send_bls_acc()
1085 bls.rpi = node->rnode.indicator; in efc_send_bls_acc()
1086 bls.vpi = node->nport->indicator; in efc_send_bls_acc()
1088 acc = (void *)bls.payload; in efc_send_bls_acc()
1089 acc->ba_ox_id = cpu_to_be16(bls.ox_id); in efc_send_bls_acc()
1090 acc->ba_rx_id = cpu_to_be16(bls.rx_id); in efc_send_bls_acc()
1093 return efc->tt.send_bls(efc, FC_RCTL_BA_ACC, &bls); in efc_send_bls_acc()