/linux-6.1.9/drivers/scsi/elx/efct/ |
D | efct_scsi.c | 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() [all …]
|
D | efct_hw.c | 2560 efct_efc_bls_send(struct efc *efc, u32 type, struct sli_bls_params *bls) in efct_efc_bls_send() argument 2564 return efct_hw_bls_send(efct, type, bls, NULL, NULL); in efct_efc_bls_send() 2573 struct sli_bls_payload bls; in efct_hw_bls_send() local 2596 bls.type = SLI4_SLI_BLS_ACC; in efct_hw_bls_send() 2597 memcpy(&bls.u.acc, bls_params->payload, sizeof(bls.u.acc)); in efct_hw_bls_send() 2600 bls.type = SLI4_SLI_BLS_RJT; 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 | 150 struct sli_bls_params bls; member 703 efct_efc_bls_send(struct efc *efc, u32 type, struct sli_bls_params *bls);
|
/linux-6.1.9/drivers/scsi/elx/libefc/ |
D | efc_els.c | 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() [all …]
|
D | efclib.h | 501 int (*send_bls)(struct efc *efc, u32 type, struct sli_bls_params *bls);
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | mt2701-evb.dts | 57 pwms = <&bls 0 100000>; 80 &bls {
|
D | mt7623n-rfb-emmc.dts | 122 &bls {
|
D | mt7623n-bananapi-bpi-r2.dts | 137 &bls {
|
D | mt7623n.dtsi | 166 bls: pwm@1400a000 { label
|
D | mt2701.dtsi | 521 bls: pwm@1400a000 { label
|
/linux-6.1.9/arch/arm/lib/ |
D | lib1funcs.S | 220 bls 11f 277 bls 11f 320 bls 10f
|
D | div64.S | 50 bls 9f @ divisor is 0 or 1
|
D | memmove.S | 33 bls __memcpy
|
/linux-6.1.9/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 2279 struct sli4_xmit_bls_rsp_wqe *bls = buf; in sli_xmit_bls_rsp64_wqe() local 2294 bls->payload_word0 = in sli_xmit_bls_rsp64_wqe() 2297 bls->high_seq_cnt = payload->u.acc.high_seq_cnt; in sli_xmit_bls_rsp64_wqe() 2298 bls->low_seq_cnt = payload->u.acc.low_seq_cnt; in sli_xmit_bls_rsp64_wqe() 2300 bls->payload_word0 = in sli_xmit_bls_rsp64_wqe() 2308 bls->ox_id = payload->ox_id; in sli_xmit_bls_rsp64_wqe() 2309 bls->rx_id = payload->rx_id; in sli_xmit_bls_rsp64_wqe() 2312 bls->dw8flags0 |= in sli_xmit_bls_rsp64_wqe() 2314 bls->context_tag = cpu_to_le16(params->rpi); in sli_xmit_bls_rsp64_wqe() 2316 bls->dw8flags0 |= in sli_xmit_bls_rsp64_wqe() [all …]
|
/linux-6.1.9/arch/arm/mm/ |
D | pv-fixup-asm.S | 38 bls 1b
|
/linux-6.1.9/arch/arm/kernel/ |
D | head.S | 266 bls 1b 291 bls 1b
|
/linux-6.1.9/arch/arm/crypto/ |
D | aes-cipher-core.S | 154 bls 2f
|
/linux-6.1.9/arch/arc/lib/ |
D | memcpy-archs.S | 44 bls.d @.Lsmallchunk
|
/linux-6.1.9/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 174 bls.b ld32bitdivide # yes, so use 32 bit divide 383 bls.b lddadjd1 # is V2q > (U1U2-V1q) + U3 ?
|
/linux-6.1.9/drivers/staging/media/atomisp/i2c/ |
D | mt9m114.h | 271 unsigned int bls; member
|
/linux-6.1.9/arch/arm/boot/compressed/ |
D | head.S | 465 bls wont_overwrite
|
/linux-6.1.9/drivers/net/wireless/atmel/ |
D | atmel.c | 4485 bls _local2 4508 bls _local6
|