Searched refs:bls (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/elx/efct/ |
D | efct_scsi.c | 875 struct sli_bls_params *bls = &io->iparam.bls; in efct_target_send_bls_resp() local 882 bls->ox_id = io->init_task_tag; in efct_target_send_bls_resp() 883 bls->rx_id = io->abort_rx_id; in efct_target_send_bls_resp() 884 bls->vpi = io->node->vpi; in efct_target_send_bls_resp() 885 bls->rpi = io->node->rpi; in efct_target_send_bls_resp() 886 bls->s_id = U32_MAX; in efct_target_send_bls_resp() 887 bls->d_id = io->node->node_fc_id; in efct_target_send_bls_resp() 888 bls->rpi_registered = true; in efct_target_send_bls_resp() 890 acc = (void *)bls->payload; in efct_target_send_bls_resp() 891 acc->ba_ox_id = cpu_to_be16(bls->ox_id); in efct_target_send_bls_resp() [all …]
|
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()
|
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/ |
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 | 500 int (*send_bls)(struct efc *efc, u32 type, struct sli_bls_params *bls);
|
/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 …]
|
/drivers/staging/media/atomisp/i2c/ |
D | mt9m114.h | 271 unsigned int bls; member
|
/drivers/net/wireless/atmel/ |
D | atmel.c | 4480 bls _local2 4503 bls _local6
|