Home
last modified time | relevance | path

Searched refs:cqe_pbl_size (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h246 u16 cqe_pbl_size; member
842 * @param cqe_pbl_size - pbl size
853 u16 cqe_pbl_size, void __iomem **pp_prod);
1102 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_vf_pf_rxq_start()
1097 qed_vf_pf_rxq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_adr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_vf_pf_rxq_start() argument
H A Dqed_l2.h384 * @param cqe_pbl_size
393 dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size);
H A Dqed_l2.c842 dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size) in qed_eth_rxq_start_ramrod()
879 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_eth_rxq_start_ramrod()
902 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_eth_pf_rx_queue_start()
917 cqe_pbl_addr, cqe_pbl_size); in qed_eth_pf_rx_queue_start()
927 u16 cqe_pbl_size, in qed_eth_rx_queue_start()
942 cqe_pbl_addr, cqe_pbl_size, in qed_eth_rx_queue_start()
949 cqe_pbl_size, &p_ret_params->p_prod); in qed_eth_rx_queue_start()
2491 u16 cqe_pbl_size, in qed_start_rxq()
2508 cqe_pbl_addr, cqe_pbl_size, ret_params); in qed_start_rxq()
838 qed_eth_rxq_start_ramrod(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size) qed_eth_rxq_start_ramrod() argument
897 qed_eth_pf_rx_queue_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_eth_pf_rx_queue_start() argument
921 qed_eth_rx_queue_start(struct qed_hwfn *p_hwfn, u16 opaque_fid, struct qed_queue_start_common_params *p_params, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, struct qed_rxq_start_ret_params *p_ret_params) qed_eth_rx_queue_start() argument
2485 qed_start_rxq(struct qed_dev *cdev, u8 rss_num, struct qed_queue_start_common_params *p_params, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, struct qed_rxq_start_ret_params *ret_params) qed_start_rxq() argument
H A Dqed_vf.c730 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_vf_pf_rxq_start()
743 req->cqe_pbl_size = cqe_pbl_size; in qed_vf_pf_rxq_start()
725 qed_vf_pf_rxq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_vf_pf_rxq_start() argument
H A Dqed_ll2.c944 u16 cqe_pbl_size; in qed_sp_ll2_rx_queue_start() local
967 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
968 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
H A Dqed_sriov.c2149 req->cqe_pbl_addr, req->cqe_pbl_size); in qed_iov_vf_mbx_start_rxq()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h246 u16 cqe_pbl_size; member
870 * @cqe_pbl_size: pbl size
880 u16 cqe_pbl_size, void __iomem **pp_prod);
1139 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_vf_pf_rxq_start()
1134 qed_vf_pf_rxq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_adr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_vf_pf_rxq_start() argument
H A Dqed_l2.h408 * @cqe_pbl_size: PBL size.
417 dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size);
H A Dqed_l2.c843 dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size) in qed_eth_rxq_start_ramrod()
880 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_eth_rxq_start_ramrod()
903 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_eth_pf_rx_queue_start()
919 cqe_pbl_addr, cqe_pbl_size); in qed_eth_pf_rx_queue_start()
929 u16 cqe_pbl_size, in qed_eth_rx_queue_start()
944 cqe_pbl_addr, cqe_pbl_size, in qed_eth_rx_queue_start()
951 cqe_pbl_size, &p_ret_params->p_prod); in qed_eth_rx_queue_start()
2501 u16 cqe_pbl_size, in qed_start_rxq()
2518 cqe_pbl_addr, cqe_pbl_size, ret_params); in qed_start_rxq()
839 qed_eth_rxq_start_ramrod(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size) qed_eth_rxq_start_ramrod() argument
898 qed_eth_pf_rx_queue_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_eth_pf_rx_queue_start() argument
923 qed_eth_rx_queue_start(struct qed_hwfn *p_hwfn, u16 opaque_fid, struct qed_queue_start_common_params *p_params, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, struct qed_rxq_start_ret_params *p_ret_params) qed_eth_rx_queue_start() argument
2495 qed_start_rxq(struct qed_dev *cdev, u8 rss_num, struct qed_queue_start_common_params *p_params, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, struct qed_rxq_start_ret_params *ret_params) qed_start_rxq() argument
H A Dqed_vf.c728 u16 cqe_pbl_size, void __iomem **pp_prod) in qed_vf_pf_rxq_start()
741 req->cqe_pbl_size = cqe_pbl_size; in qed_vf_pf_rxq_start()
723 qed_vf_pf_rxq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u16 bd_max_bytes, dma_addr_t bd_chain_phys_addr, dma_addr_t cqe_pbl_addr, u16 cqe_pbl_size, void __iomem **pp_prod) qed_vf_pf_rxq_start() argument
H A Dqed_ll2.c967 u16 cqe_pbl_size; in qed_sp_ll2_rx_queue_start() local
990 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
991 p_ramrod->num_of_pbl_pages = cpu_to_le16(cqe_pbl_size); in qed_sp_ll2_rx_queue_start()
H A Dqed_sriov.c2151 req->cqe_pbl_addr, req->cqe_pbl_size); in qed_iov_vf_mbx_start_rxq()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_eth_if.h303 u16 cqe_pbl_size,
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_eth_if.h292 u16 cqe_pbl_size,

Completed in 38 milliseconds