Searched refs:bls (Results 1 – 7 of 7) sorted by relevance
| /drivers/scsi/elx/efct/ |
| A D | efct_scsi.c | 874 struct sli_bls_params *bls = &io->iparam.bls; in efct_target_send_bls_resp() local 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() 887 bls->rpi_registered = true; in efct_target_send_bls_resp() 889 acc = (void *)bls->payload; in efct_target_send_bls_resp() 922 struct sli_bls_params *bls = &io->iparam.bls; in efct_bls_send_rjt() local 937 bls->vpi = io->node->vpi; in efct_bls_send_rjt() 938 bls->rpi = io->node->rpi; in efct_bls_send_rjt() 939 bls->s_id = U32_MAX; in efct_bls_send_rjt() [all …]
|
| A D | efct_hw.c | 2561 efct_efc_bls_send(struct efc *efc, u32 type, struct sli_bls_params *bls) in efct_efc_bls_send() argument 2565 return efct_hw_bls_send(efct, type, bls, NULL, NULL); in efct_efc_bls_send() 2574 struct sli_bls_payload bls; in efct_hw_bls_send() local 2597 bls.type = SLI4_SLI_BLS_ACC; in efct_hw_bls_send() 2598 memcpy(&bls.u.acc, bls_params->payload, sizeof(bls.u.acc)); in efct_hw_bls_send() 2601 bls.type = SLI4_SLI_BLS_RJT; in efct_hw_bls_send() 2602 memcpy(&bls.u.rjt, bls_params->payload, sizeof(bls.u.rjt)); in efct_hw_bls_send() 2605 bls.ox_id = cpu_to_le16(bls_params->ox_id); in efct_hw_bls_send() 2606 bls.rx_id = cpu_to_le16(bls_params->rx_id); in efct_hw_bls_send() 2609 &bls, bls_params)) { in efct_hw_bls_send()
|
| A 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);
|
| /drivers/scsi/elx/libefc/ |
| A 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 …]
|
| A D | efclib.h | 501 int (*send_bls)(struct efc *efc, u32 type, struct sli_bls_params *bls);
|
| /drivers/media/platform/rockchip/rkisp1/ |
| A D | rkisp1-params.c | 45 struct rkisp1_ext_params_bls_config bls; member 1696 const struct rkisp1_ext_params_bls_config *bls = &block->bls; in rkisp1_ext_params_bls() local 1698 if (bls->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_DISABLE) { in rkisp1_ext_params_bls() 1704 rkisp1_bls_config(params, &bls->config); in rkisp1_ext_params_bls() 1706 if ((bls->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_ENABLE) && in rkisp1_ext_params_bls() 1707 !(params->enabled_blocks & BIT(bls->header.type))) in rkisp1_ext_params_bls() 2020 const struct rkisp1_ext_params_compand_bls_config *bls = in rkisp1_ext_params_compand_bls() local 2023 if (bls->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_DISABLE) { in rkisp1_ext_params_compand_bls() 2029 rkisp1_compand_bls_config(params, &bls->config); in rkisp1_ext_params_compand_bls() 2031 if ((bls->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_ENABLE) && in rkisp1_ext_params_compand_bls() [all …]
|
| /drivers/scsi/elx/libefc_sli/ |
| A 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() 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() 2316 bls->dw8flags0 |= in sli_xmit_bls_rsp64_wqe() 2320 bls->local_n_port_id_dword |= in sli_xmit_bls_rsp64_wqe() 2329 bls->xri_tag = cpu_to_le16(params->xri); in sli_xmit_bls_rsp64_wqe() 2333 bls->command = SLI4_WQE_XMIT_BLS_RSP; in sli_xmit_bls_rsp64_wqe() [all …]
|
Completed in 42 milliseconds