Searched refs:bls_params (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_hw.c | 2568 efct_hw_bls_send(struct efct *efct, u32 type, struct sli_bls_params *bls_params, in efct_hw_bls_send() argument 2591 bls_params->xri = hio->indicator; in efct_hw_bls_send() 2592 bls_params->tag = hio->reqtag; in efct_hw_bls_send() 2597 memcpy(&bls.u.acc, bls_params->payload, sizeof(bls.u.acc)); in efct_hw_bls_send() 2601 memcpy(&bls.u.rjt, bls_params->payload, sizeof(bls.u.rjt)); in efct_hw_bls_send() 2604 bls.ox_id = cpu_to_le16(bls_params->ox_id); in efct_hw_bls_send() 2605 bls.rx_id = cpu_to_le16(bls_params->rx_id); in efct_hw_bls_send() 2608 &bls, bls_params)) { in efct_hw_bls_send()
|
D | efct_hw.h | 705 efct_hw_bls_send(struct efct *efct, u32 type, struct sli_bls_params *bls_params,
|