Lines Matching refs:bls
2561 efct_efc_bls_send(struct efc *efc, u32 type, struct sli_bls_params *bls)
2565 return efct_hw_bls_send(efct, type, bls, NULL, NULL);
2574 struct sli_bls_payload bls;
2597 bls.type = SLI4_SLI_BLS_ACC;
2598 memcpy(&bls.u.acc, bls_params->payload, sizeof(bls.u.acc));
2601 bls.type = SLI4_SLI_BLS_RJT;
2602 memcpy(&bls.u.rjt, bls_params->payload, sizeof(bls.u.rjt));
2605 bls.ox_id = cpu_to_le16(bls_params->ox_id);
2606 bls.rx_id = cpu_to_le16(bls_params->rx_id);
2609 &bls, bls_params)) {