Home
last modified time | relevance | path

Searched defs:p_cid (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h133 struct qed_queue_cid *p_cid; member
H A Dqed_vf.c143 qed_vf_pf_add_qid(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_add_qid() argument
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
802 qed_vf_pf_rxq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool cqe_completion) qed_vf_pf_rxq_stop() argument
840 qed_vf_pf_txq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_vf_pf_txq_start() argument
900 qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_txq_stop() argument
1349 qed_vf_pf_get_coalesce(struct qed_hwfn *p_hwfn, u16 *p_coal, struct qed_queue_cid *p_cid) qed_vf_pf_get_coalesce() argument
1410 qed_vf_pf_set_coalesce(struct qed_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) qed_vf_pf_set_coalesce() argument
[all...]
H A Dqed_cxt.c1811 _qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn, enum protocol_type type, u32 *p_cid, u8 vfid) _qed_cxt_acquire_cid() argument
1857 qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn, enum protocol_type type, u32 *p_cid) qed_cxt_acquire_cid() argument
H A Dqed_l2.c127 qed_eth_queue_qid_usage_add(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_qid_usage_add() argument
160 qed_eth_queue_qid_usage_del(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_qid_usage_del() argument
171 qed_eth_queue_cid_release(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_cid_release() argument
197 struct qed_queue_cid *p_cid; _qed_eth_queue_to_cid() local
293 struct qed_queue_cid *p_cid; qed_eth_queue_to_cid() local
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
930 struct qed_queue_cid *p_cid; qed_eth_rx_queue_start() local
972 struct qed_queue_cid *p_cid; qed_sp_eth_rx_queues_update() local
1009 qed_eth_pf_rx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool b_eq_completion_only, bool b_cqe_completion) qed_eth_pf_rx_queue_stop() argument
1049 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_rxq; qed_eth_rx_queue_stop() local
1065 qed_eth_txq_start_ramrod(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, u16 pq_id) qed_eth_txq_start_ramrod() argument
1105 qed_eth_pf_tx_queue_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u8 tc, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_eth_pf_tx_queue_start() argument
1136 struct qed_queue_cid *p_cid; qed_eth_tx_queue_start() local
1161 qed_eth_pf_tx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_pf_tx_queue_stop() argument
1183 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; qed_eth_tx_queue_stop() local
2081 qed_get_rxq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_queue_cid *p_cid, u16 *p_rx_coal) qed_get_rxq_coalesce() argument
2115 qed_get_txq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_queue_cid *p_cid, u16 *p_tx_coal) qed_get_txq_coalesce() argument
2151 struct qed_queue_cid *p_cid = handle; qed_get_queue_coalesce() local
2849 struct qed_queue_cid *p_cid = handle; qed_get_coalesce() local
[all...]
H A Dqed_dev.c4816 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce() local
4848 qed_set_rxq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 coalesce, struct qed_queue_cid *p_cid) qed_set_rxq_coalesce() argument
4887 qed_set_txq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 coalesce, struct qed_queue_cid *p_cid) qed_set_txq_coalesce() argument
[all...]
H A Dqed_sriov.c1852 struct qed_queue_cid *p_cid = NULL; in qed_iov_configure_vport_forced() local
2095 struct qed_queue_cid *p_cid; qed_iov_vf_mbx_start_rxq() local
2427 struct qed_queue_cid *p_cid; qed_iov_vf_mbx_start_txq() local
2514 struct qed_queue_cid *p_cid; qed_iov_vf_stop_rxqs() local
2905 struct qed_queue_cid *p_cid; qed_iov_vp_update_rss_param() local
3422 struct qed_queue_cid *p_cid; qed_iov_vf_pf_get_coalesce() local
3489 struct qed_queue_cid *p_cid; qed_iov_vf_pf_set_coalesce() local
[all...]
H A Dqed_vf.h1097 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
1107 qed_vf_pf_txq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_vf_pf_txq_start() argument
1115 qed_vf_pf_rxq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool cqe_completion) qed_vf_pf_rxq_stop() argument
1122 qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_txq_stop() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c140 qed_vf_pf_add_qid(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_add_qid() argument
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
800 qed_vf_pf_rxq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool cqe_completion) qed_vf_pf_rxq_stop() argument
838 qed_vf_pf_txq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_vf_pf_txq_start() argument
898 qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_txq_stop() argument
1339 qed_vf_pf_get_coalesce(struct qed_hwfn *p_hwfn, u16 *p_coal, struct qed_queue_cid *p_cid) qed_vf_pf_get_coalesce() argument
1400 qed_vf_pf_set_coalesce(struct qed_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) qed_vf_pf_set_coalesce() argument
[all...]
H A Dqed_sriov.h133 struct qed_queue_cid *p_cid; member
H A Dqed_cxt.c1797 _qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn, enum protocol_type type, u32 *p_cid, u8 vfid) _qed_cxt_acquire_cid() argument
1843 qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn, enum protocol_type type, u32 *p_cid) qed_cxt_acquire_cid() argument
H A Dqed_l2.c127 qed_eth_queue_qid_usage_add(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_qid_usage_add() argument
160 qed_eth_queue_qid_usage_del(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_qid_usage_del() argument
171 qed_eth_queue_cid_release(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_queue_cid_release() argument
197 struct qed_queue_cid *p_cid; _qed_eth_queue_to_cid() local
293 struct qed_queue_cid *p_cid; qed_eth_queue_to_cid() local
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
932 struct qed_queue_cid *p_cid; qed_eth_rx_queue_start() local
974 struct qed_queue_cid *p_cid; qed_sp_eth_rx_queues_update() local
1011 qed_eth_pf_rx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool b_eq_completion_only, bool b_cqe_completion) qed_eth_pf_rx_queue_stop() argument
1051 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_rxq; qed_eth_rx_queue_stop() local
1067 qed_eth_txq_start_ramrod(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, u16 pq_id) qed_eth_txq_start_ramrod() argument
1107 qed_eth_pf_tx_queue_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, u8 tc, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_eth_pf_tx_queue_start() argument
1137 struct qed_queue_cid *p_cid; qed_eth_tx_queue_start() local
1162 qed_eth_pf_tx_queue_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_eth_pf_tx_queue_stop() argument
1184 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; qed_eth_tx_queue_stop() local
2091 qed_get_rxq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_queue_cid *p_cid, u16 *p_rx_coal) qed_get_rxq_coalesce() argument
2125 qed_get_txq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, struct qed_queue_cid *p_cid, u16 *p_tx_coal) qed_get_txq_coalesce() argument
2161 struct qed_queue_cid *p_cid = handle; qed_get_queue_coalesce() local
2840 struct qed_queue_cid *p_cid = handle; qed_get_coalesce() local
[all...]
H A Dqed_dev.c4913 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce() local
4945 qed_set_rxq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 coalesce, struct qed_queue_cid *p_cid) qed_set_rxq_coalesce() argument
4984 qed_set_txq_coalesce(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 coalesce, struct qed_queue_cid *p_cid) qed_set_txq_coalesce() argument
[all...]
H A Dqed_sriov.c1854 struct qed_queue_cid *p_cid = NULL; in qed_iov_configure_vport_forced() local
2097 struct qed_queue_cid *p_cid; qed_iov_vf_mbx_start_rxq() local
2429 struct qed_queue_cid *p_cid; qed_iov_vf_mbx_start_txq() local
2516 struct qed_queue_cid *p_cid; qed_iov_vf_stop_rxqs() local
2907 struct qed_queue_cid *p_cid; qed_iov_vp_update_rss_param() local
3424 struct qed_queue_cid *p_cid; qed_iov_vf_pf_get_coalesce() local
3491 struct qed_queue_cid *p_cid; qed_iov_vf_pf_set_coalesce() local
[all...]
H A Dqed_vf.h1134 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
1144 qed_vf_pf_txq_start(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, dma_addr_t pbl_addr, u16 pbl_size, void __iomem **pp_doorbell) qed_vf_pf_txq_start() argument
1152 qed_vf_pf_rxq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid, bool cqe_completion) qed_vf_pf_rxq_stop() argument
1159 qed_vf_pf_txq_stop(struct qed_hwfn *p_hwfn, struct qed_queue_cid *p_cid) qed_vf_pf_txq_stop() argument
[all...]

Completed in 41 milliseconds