/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_acpi.c | 132 .res_info = &byt_rvp_res_info, 144 .res_info = &byt_rvp_res_info, 156 ctx->pdata->res_info->acpi_lpe_res_index); in sst_platform_get_resources() 164 ctx->iram_base = rsrc->start + ctx->pdata->res_info->iram_offset; in sst_platform_get_resources() 165 ctx->iram_end = ctx->iram_base + ctx->pdata->res_info->iram_size - 1; in sst_platform_get_resources() 168 ctx->pdata->res_info->iram_size); in sst_platform_get_resources() 174 ctx->dram_base = rsrc->start + ctx->pdata->res_info->dram_offset; in sst_platform_get_resources() 175 ctx->dram_end = ctx->dram_base + ctx->pdata->res_info->dram_size - 1; in sst_platform_get_resources() 178 ctx->pdata->res_info->dram_size); in sst_platform_get_resources() 184 ctx->shim_phy_add = rsrc->start + ctx->pdata->res_info in sst_platform_get_resources() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 1689 struct bna_res_info *res_info) in bna_ioceth_init() 1705 &res_info[BNA_RES_MEM_T_ATTR].res_u.mem_info.mdl[0].dma, dma); in bna_ioceth_init() 1706 kva = res_info[BNA_RES_MEM_T_ATTR].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1709 kva = res_info[BNA_RES_MEM_T_FWTRC].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1717 &res_info[BNA_RES_MEM_T_COM].res_u.mem_info.mdl[0].dma, dma); in bna_ioceth_init() 1718 kva = res_info[BNA_RES_MEM_T_COM].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1779 struct bna_res_info *res_info) in bna_ucam_mod_init() 1784 res_info[BNA_MOD_RES_MEM_T_UCMAC_ARRAY].res_u.mem_info.mdl[0].kva; in bna_ucam_mod_init() 1806 struct bna_res_info *res_info) in bna_mcam_mod_init() 1811 res_info[BNA_MOD_RES_MEM_T_MCMAC_ARRA in bna_mcam_mod_init() 1688 bna_ioceth_init(struct bna_ioceth *ioceth, struct bna *bna, struct bna_res_info *res_info) bna_ioceth_init() argument 1778 bna_ucam_mod_init(struct bna_ucam_mod *ucam_mod, struct bna *bna, struct bna_res_info *res_info) bna_ucam_mod_init() argument 1805 bna_mcam_mod_init(struct bna_mcam_mod *mcam_mod, struct bna *bna, struct bna_res_info *res_info) bna_mcam_mod_init() argument 1862 bna_res_req(struct bna_res_info *res_info) bna_res_req() argument 1896 bna_mod_res_req(struct bna *bna, struct bna_res_info *res_info) bna_mod_res_req() argument 1966 bna_init(struct bna *bna, struct bnad *bnad, struct bfa_pcidev *pcidev, struct bna_res_info *res_info) bna_init() argument 1989 bna_mod_init(struct bna *bna, struct bna_res_info *res_info) bna_mod_init() argument [all...] |
H A D | bna_tx_rx.c | 611 struct bna_res_info *res_info) in bna_rxf_init() 628 res_info[BNA_RX_RES_MEM_T_RIT].res_u.mem_info.mdl[0].kva; in bna_rxf_init() 2024 struct bna_res_info *res_info) in bna_rx_mod_init() 2035 res_info[BNA_MOD_RES_MEM_T_RX_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2037 res_info[BNA_MOD_RES_MEM_T_RXP_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2039 res_info[BNA_MOD_RES_MEM_T_RXQ_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2136 bna_rx_res_req(struct bna_rx_config *q_cfg, struct bna_res_info *res_info) in bna_rx_res_req() argument 2166 res_info[BNA_RX_RES_MEM_T_CCB].res_type = BNA_RES_T_MEM; in bna_rx_res_req() 2167 mem_info = &res_info[BNA_RX_RES_MEM_T_CCB].res_u.mem_info; in bna_rx_res_req() 2172 res_info[BNA_RX_RES_MEM_T_RC in bna_rx_res_req() 608 bna_rxf_init(struct bna_rxf *rxf, struct bna_rx *rx, struct bna_rx_config *q_config, struct bna_res_info *res_info) bna_rxf_init() argument 2023 bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna, struct bna_res_info *res_info) bna_rx_mod_init() argument 2250 bna_rx_create(struct bna *bna, struct bnad *bnad, struct bna_rx_config *rx_cfg, const struct bna_rx_event_cbfn *rx_cbfn, struct bna_res_info *res_info, void *priv) bna_rx_create() argument 3316 bna_tx_res_req(int num_txq, int txq_depth, struct bna_res_info *res_info) bna_tx_res_req() argument 3363 bna_tx_create(struct bna *bna, struct bnad *bnad, struct bna_tx_config *tx_cfg, const struct bna_tx_event_cbfn *tx_cbfn, struct bna_res_info *res_info, void *priv) bna_tx_create() argument 3577 bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna, struct bna_res_info *res_info) bna_tx_mod_init() argument [all...] |
H A D | bna.h | 258 void bna_res_req(struct bna_res_info *res_info); 259 void bna_mod_res_req(struct bna *bna, struct bna_res_info *res_info); 262 struct bna_res_info *res_info); 263 void bna_mod_init(struct bna *bna, struct bna_res_info *res_info); 297 struct bna_res_info *res_info); 307 struct bna_res_info *res_info); 311 struct bna_res_info *res_info, void *priv); 334 struct bna_res_info *res_info); 344 struct bna_res_info *res_info); 348 struct bna_res_info *res_info, voi [all...] |
H A D | bnad.c | 1610 bnad_tx_res_free(struct bnad *bnad, struct bna_res_info *res_info) in bnad_tx_res_free() argument 1615 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_free() 1616 bnad_mem_free(bnad, &res_info[i].res_u.mem_info); in bnad_tx_res_free() 1617 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_free() 1618 bnad_txrx_irq_free(bnad, &res_info[i].res_u.intr_info); in bnad_tx_res_free() 1624 bnad_tx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, in bnad_tx_res_alloc() argument 1630 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_alloc() 1632 &res_info[i].res_u.mem_info); in bnad_tx_res_alloc() 1633 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_alloc() 1635 &res_info[ in bnad_tx_res_alloc() 1648 bnad_rx_res_free(struct bnad *bnad, struct bna_res_info *res_info) bnad_rx_res_free() argument 1662 bnad_rx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, uint rx_id) bnad_rx_res_alloc() argument 1914 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; bnad_destroy_tx() local 1946 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; bnad_setup_tx() local 2148 struct bna_res_info *res_info = &bnad->rx_res_info[rx_id].res_info[0]; bnad_destroy_rx() local 2194 struct bna_res_info *res_info = &bnad->rx_res_info[rx_id].res_info[0]; bnad_setup_rx() local 2597 bnad_res_free(struct bnad *bnad, struct bna_res_info *res_info, u32 res_val_max) bnad_res_free() argument 2608 bnad_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, u32 res_val_max) bnad_res_alloc() argument [all...] |
H A D | bnad.h | 194 struct bna_res_info res_info[BNA_TX_RES_T_MAX]; member 198 struct bna_res_info res_info[BNA_RX_RES_T_MAX]; member 330 struct bna_res_info res_info[BNA_RES_T_MAX]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 1689 struct bna_res_info *res_info) in bna_ioceth_init() 1705 &res_info[BNA_RES_MEM_T_ATTR].res_u.mem_info.mdl[0].dma, dma); in bna_ioceth_init() 1706 kva = res_info[BNA_RES_MEM_T_ATTR].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1709 kva = res_info[BNA_RES_MEM_T_FWTRC].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1717 &res_info[BNA_RES_MEM_T_COM].res_u.mem_info.mdl[0].dma, dma); in bna_ioceth_init() 1718 kva = res_info[BNA_RES_MEM_T_COM].res_u.mem_info.mdl[0].kva; in bna_ioceth_init() 1779 struct bna_res_info *res_info) in bna_ucam_mod_init() 1784 res_info[BNA_MOD_RES_MEM_T_UCMAC_ARRAY].res_u.mem_info.mdl[0].kva; in bna_ucam_mod_init() 1806 struct bna_res_info *res_info) in bna_mcam_mod_init() 1811 res_info[BNA_MOD_RES_MEM_T_MCMAC_ARRA in bna_mcam_mod_init() 1688 bna_ioceth_init(struct bna_ioceth *ioceth, struct bna *bna, struct bna_res_info *res_info) bna_ioceth_init() argument 1778 bna_ucam_mod_init(struct bna_ucam_mod *ucam_mod, struct bna *bna, struct bna_res_info *res_info) bna_ucam_mod_init() argument 1805 bna_mcam_mod_init(struct bna_mcam_mod *mcam_mod, struct bna *bna, struct bna_res_info *res_info) bna_mcam_mod_init() argument 1862 bna_res_req(struct bna_res_info *res_info) bna_res_req() argument 1896 bna_mod_res_req(struct bna *bna, struct bna_res_info *res_info) bna_mod_res_req() argument 1966 bna_init(struct bna *bna, struct bnad *bnad, struct bfa_pcidev *pcidev, struct bna_res_info *res_info) bna_init() argument 1989 bna_mod_init(struct bna *bna, struct bna_res_info *res_info) bna_mod_init() argument [all...] |
H A D | bna_tx_rx.c | 611 struct bna_res_info *res_info) in bna_rxf_init() 628 res_info[BNA_RX_RES_MEM_T_RIT].res_u.mem_info.mdl[0].kva; in bna_rxf_init() 2024 struct bna_res_info *res_info) in bna_rx_mod_init() 2035 res_info[BNA_MOD_RES_MEM_T_RX_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2037 res_info[BNA_MOD_RES_MEM_T_RXP_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2039 res_info[BNA_MOD_RES_MEM_T_RXQ_ARRAY].res_u.mem_info.mdl[0].kva; in bna_rx_mod_init() 2136 bna_rx_res_req(struct bna_rx_config *q_cfg, struct bna_res_info *res_info) in bna_rx_res_req() argument 2166 res_info[BNA_RX_RES_MEM_T_CCB].res_type = BNA_RES_T_MEM; in bna_rx_res_req() 2167 mem_info = &res_info[BNA_RX_RES_MEM_T_CCB].res_u.mem_info; in bna_rx_res_req() 2172 res_info[BNA_RX_RES_MEM_T_RC in bna_rx_res_req() 608 bna_rxf_init(struct bna_rxf *rxf, struct bna_rx *rx, struct bna_rx_config *q_config, struct bna_res_info *res_info) bna_rxf_init() argument 2023 bna_rx_mod_init(struct bna_rx_mod *rx_mod, struct bna *bna, struct bna_res_info *res_info) bna_rx_mod_init() argument 2250 bna_rx_create(struct bna *bna, struct bnad *bnad, struct bna_rx_config *rx_cfg, const struct bna_rx_event_cbfn *rx_cbfn, struct bna_res_info *res_info, void *priv) bna_rx_create() argument 3316 bna_tx_res_req(int num_txq, int txq_depth, struct bna_res_info *res_info) bna_tx_res_req() argument 3363 bna_tx_create(struct bna *bna, struct bnad *bnad, struct bna_tx_config *tx_cfg, const struct bna_tx_event_cbfn *tx_cbfn, struct bna_res_info *res_info, void *priv) bna_tx_create() argument 3577 bna_tx_mod_init(struct bna_tx_mod *tx_mod, struct bna *bna, struct bna_res_info *res_info) bna_tx_mod_init() argument [all...] |
H A D | bna.h | 258 void bna_res_req(struct bna_res_info *res_info); 259 void bna_mod_res_req(struct bna *bna, struct bna_res_info *res_info); 262 struct bna_res_info *res_info); 263 void bna_mod_init(struct bna *bna, struct bna_res_info *res_info); 297 struct bna_res_info *res_info); 307 struct bna_res_info *res_info); 311 struct bna_res_info *res_info, void *priv); 334 struct bna_res_info *res_info); 344 struct bna_res_info *res_info); 348 struct bna_res_info *res_info, voi [all...] |
H A D | bnad.c | 1609 bnad_tx_res_free(struct bnad *bnad, struct bna_res_info *res_info) in bnad_tx_res_free() argument 1614 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_free() 1615 bnad_mem_free(bnad, &res_info[i].res_u.mem_info); in bnad_tx_res_free() 1616 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_free() 1617 bnad_txrx_irq_free(bnad, &res_info[i].res_u.intr_info); in bnad_tx_res_free() 1623 bnad_tx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, in bnad_tx_res_alloc() argument 1629 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_alloc() 1631 &res_info[i].res_u.mem_info); in bnad_tx_res_alloc() 1632 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_alloc() 1634 &res_info[ in bnad_tx_res_alloc() 1647 bnad_rx_res_free(struct bnad *bnad, struct bna_res_info *res_info) bnad_rx_res_free() argument 1661 bnad_rx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, uint rx_id) bnad_rx_res_alloc() argument 1912 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; bnad_destroy_tx() local 1944 struct bna_res_info *res_info = &bnad->tx_res_info[tx_id].res_info[0]; bnad_setup_tx() local 2146 struct bna_res_info *res_info = &bnad->rx_res_info[rx_id].res_info[0]; bnad_destroy_rx() local 2192 struct bna_res_info *res_info = &bnad->rx_res_info[rx_id].res_info[0]; bnad_setup_rx() local 2595 bnad_res_free(struct bnad *bnad, struct bna_res_info *res_info, u32 res_val_max) bnad_res_free() argument 2606 bnad_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, u32 res_val_max) bnad_res_alloc() argument [all...] |
H A D | bnad.h | 194 struct bna_res_info res_info[BNA_TX_RES_T_MAX]; member 198 struct bna_res_info res_info[BNA_RX_RES_T_MAX]; member 330 struct bna_res_info res_info[BNA_RES_T_MAX]; member
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_acpi.c | 132 .res_info = &byt_rvp_res_info, 144 .res_info = &byt_rvp_res_info, 156 ctx->pdata->res_info->acpi_lpe_res_index); in sst_platform_get_resources() 164 ctx->iram_base = rsrc->start + ctx->pdata->res_info->iram_offset; in sst_platform_get_resources() 165 ctx->iram_end = ctx->iram_base + ctx->pdata->res_info->iram_size - 1; in sst_platform_get_resources() 168 ctx->pdata->res_info->iram_size); in sst_platform_get_resources() 174 ctx->dram_base = rsrc->start + ctx->pdata->res_info->dram_offset; in sst_platform_get_resources() 175 ctx->dram_end = ctx->dram_base + ctx->pdata->res_info->dram_size - 1; in sst_platform_get_resources() 178 ctx->pdata->res_info->dram_size); in sst_platform_get_resources() 184 ctx->shim_phy_add = rsrc->start + ctx->pdata->res_info in sst_platform_get_resources() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 242 static int nv3_iterate(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) in nv3_iterate() argument 427 static char nv3_arb(nv3_fifo_info * res_info, nv3_sim_state * state, nv3_arb_info *ainfo) in nv3_arb() argument 459 nv3_iterate(res_info, state,ainfo); in nv3_arb() 471 nv3_iterate(res_info, state,ainfo); in nv3_arb() 483 nv3_iterate(res_info, state,ainfo); in nv3_arb() 495 nv3_iterate(res_info, state, ainfo); in nv3_arb() 499 res_info->graphics_lwm = (int)abs(ainfo->wcglwm) + 16; in nv3_arb() 500 res_info->video_lwm = (int)abs(ainfo->wcvlwm) + 32; in nv3_arb() 501 res_info->graphics_burst_size = ainfo->gburst_size; in nv3_arb() 502 res_info in nv3_arb() 533 nv3_get_param(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) nv3_get_param() argument 560 nv3CalcArbitration( nv3_fifo_info * res_info, nv3_sim_state * state ) nv3CalcArbitration() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 242 static int nv3_iterate(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) in nv3_iterate() argument 426 static char nv3_arb(nv3_fifo_info * res_info, nv3_sim_state * state, nv3_arb_info *ainfo) in nv3_arb() argument 458 nv3_iterate(res_info, state,ainfo); in nv3_arb() 470 nv3_iterate(res_info, state,ainfo); in nv3_arb() 482 nv3_iterate(res_info, state,ainfo); in nv3_arb() 494 nv3_iterate(res_info, state, ainfo); in nv3_arb() 498 res_info->graphics_lwm = (int)abs(ainfo->wcglwm) + 16; in nv3_arb() 499 res_info->video_lwm = (int)abs(ainfo->wcvlwm) + 32; in nv3_arb() 500 res_info->graphics_burst_size = ainfo->gburst_size; in nv3_arb() 501 res_info in nv3_arb() 532 nv3_get_param(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) nv3_get_param() argument 559 nv3CalcArbitration( nv3_fifo_info * res_info, nv3_sim_state * state ) nv3CalcArbitration() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 131 const struct sst_res_info *res_info; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | platform_sst_audio.h | 129 const struct sst_res_info *res_info; member
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 1875 struct csio_fcoe_res_info *res_info = &hw->fres_info; in csio_get_fcoe_resinfo() local 1904 res_info->e_d_tov = ntohs(rsp->e_d_tov); in csio_get_fcoe_resinfo() 1905 res_info->r_a_tov_seq = ntohs(rsp->r_a_tov_seq); in csio_get_fcoe_resinfo() 1906 res_info->r_a_tov_els = ntohs(rsp->r_a_tov_els); in csio_get_fcoe_resinfo() 1907 res_info->r_r_tov = ntohs(rsp->r_r_tov); in csio_get_fcoe_resinfo() 1908 res_info->max_xchgs = ntohl(rsp->max_xchgs); in csio_get_fcoe_resinfo() 1909 res_info->max_ssns = ntohl(rsp->max_ssns); in csio_get_fcoe_resinfo() 1910 res_info->used_xchgs = ntohl(rsp->used_xchgs); in csio_get_fcoe_resinfo() 1911 res_info->used_ssns = ntohl(rsp->used_ssns); in csio_get_fcoe_resinfo() 1912 res_info in csio_get_fcoe_resinfo() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 1875 struct csio_fcoe_res_info *res_info = &hw->fres_info; in csio_get_fcoe_resinfo() local 1904 res_info->e_d_tov = ntohs(rsp->e_d_tov); in csio_get_fcoe_resinfo() 1905 res_info->r_a_tov_seq = ntohs(rsp->r_a_tov_seq); in csio_get_fcoe_resinfo() 1906 res_info->r_a_tov_els = ntohs(rsp->r_a_tov_els); in csio_get_fcoe_resinfo() 1907 res_info->r_r_tov = ntohs(rsp->r_r_tov); in csio_get_fcoe_resinfo() 1908 res_info->max_xchgs = ntohl(rsp->max_xchgs); in csio_get_fcoe_resinfo() 1909 res_info->max_ssns = ntohl(rsp->max_ssns); in csio_get_fcoe_resinfo() 1910 res_info->used_xchgs = ntohl(rsp->used_xchgs); in csio_get_fcoe_resinfo() 1911 res_info->used_ssns = ntohl(rsp->used_ssns); in csio_get_fcoe_resinfo() 1912 res_info in csio_get_fcoe_resinfo() [all...] |