Searched refs:cfg_req (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c5167 * @cfg_req: Configuration request
5182 struct mpi3_config_request *cfg_req, int timeout, u16 *ioc_status)
5199 cfg_req->host_tag = cpu_to_le16(MPI3MR_HOSTTAG_CFG_CMDS);
5200 cfg_req->function = MPI3_FUNCTION_CONFIG;
5205 dprint_dump(cfg_req, sizeof(struct mpi3_config_request),
5207 retval = mpi3mr_admin_request_post(mrioc, cfg_req, sizeof(*cfg_req), 1);
5237 * @cfg_req: Configuration request
5247 * This function expects the cfg_req to be populated with page
5256 * buffer and set the SGE of the cfg_req
5181 mpi3mr_post_cfg_req(struct mpi3mr_ioc *mrioc, struct mpi3_config_request *cfg_req, int timeout, u16 *ioc_status) argument
5270 mpi3mr_process_cfg_req(struct mpi3mr_ioc *mrioc, struct mpi3_config_request *cfg_req, struct mpi3_config_page_header *cfg_hdr, int timeout, u16 *ioc_status, void *cfg_buf, u32 cfg_buf_sz) argument
5374 struct mpi3_config_request cfg_req; local
5434 struct mpi3_config_request cfg_req; local
5493 struct mpi3_config_request cfg_req; local
5553 struct mpi3_config_request cfg_req; local
5613 struct mpi3_config_request cfg_req; local
5673 struct mpi3_config_request cfg_req; local
5727 struct mpi3_config_request cfg_req; local
5783 struct mpi3_config_request cfg_req; local
5840 struct mpi3_config_request cfg_req; local
5908 struct mpi3_config_request cfg_req; local
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1615 struct bfi_enet_rx_cfg_req *cfg_req = &rx->bfi_enet_cmd.cfg_req; local
1620 bfi_msgq_mhdr_set(cfg_req->mh, BFI_MC_ENET,
1622 cfg_req->mh.num_entries = htons(
1625 cfg_req->rx_cfg.frame_size = bna_enet_mtu_get(&rx->bna->enet);
1626 cfg_req->num_queue_sets = rx->num_paths;
1635 bfi_enet_datapath_q_init(&cfg_req->q_cfg[i].qs.q,
1637 cfg_req->q_cfg[i].qs.rx_buffer_size =
1643 bfi_enet_datapath_q_init(&cfg_req->q_cfg[i].ql.q,
1651 cfg_req
3088 struct bfi_enet_tx_cfg_req *cfg_req = &tx->bfi_enet_cmd.cfg_req; local
[all...]
H A Dbna_types.h494 struct bfi_enet_tx_cfg_req cfg_req; member in union:bna_tx::__anon1351
808 struct bfi_enet_rx_cfg_req cfg_req; member in union:bna_rx::__anon1356
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_mbox.c246 struct otx2_cpt_rx_inline_lf_cfg *cfg_req; local
250 cfg_req = (struct otx2_cpt_rx_inline_lf_cfg *)req;
270 cptpf->lfs.ctx_ilen_ovrd = cfg_req->ctx_ilen_valid;
271 cptpf->lfs.ctx_ilen = cfg_req->ctx_ilen;
285 cptpf->cpt1_lfs.ctx_ilen_ovrd = cfg_req->ctx_ilen_valid;
286 cptpf->cpt1_lfs.ctx_ilen = cfg_req->ctx_ilen;
296 ret = rx_inline_ipsec_lf_cfg(cptpf, egrp, cfg_req);
/linux-master/drivers/scsi/bfa/
H A Dbfi_ms.h155 struct bfi_iocfc_cfg_req_s cfg_req; member in union:bfi_iocfc_h2i_msg_u
H A Dbfa_core.c975 struct bfi_iocfc_cfg_req_s cfg_req; local
1027 bfi_h2i_set(cfg_req.mh, BFI_MC_IOCFC, BFI_IOCFC_H2I_CFG_REQ,
1029 bfa_dma_be_addr_set(cfg_req.ioc_cfg_dma_addr, iocfc->cfg_info.pa);
1031 bfa_ioc_mbox_send(&bfa->ioc, &cfg_req,

Completed in 181 milliseconds