Searched refs:bls_params (Results 1 – 1 of 1) sorted by relevance
2570 efct_hw_bls_send(struct efct *efct, u32 type, struct sli_bls_params *bls_params, in efct_hw_bls_send() argument2593 bls_params->xri = hio->indicator; in efct_hw_bls_send()2594 bls_params->tag = hio->reqtag; in efct_hw_bls_send()2599 memcpy(&bls.u.acc, bls_params->payload, sizeof(bls.u.acc)); in efct_hw_bls_send()2603 memcpy(&bls.u.rjt, bls_params->payload, sizeof(bls.u.rjt)); in efct_hw_bls_send()2606 bls.ox_id = cpu_to_le16(bls_params->ox_id); in efct_hw_bls_send()2607 bls.rx_id = cpu_to_le16(bls_params->rx_id); in efct_hw_bls_send()2610 &bls, bls_params)) { in efct_hw_bls_send()