Home
last modified time | relevance | path

Searched refs:msg_req (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h126 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
129 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \
130 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
132 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \
134 M(CGX_START_RXTX, 0x200, cgx_start_rxtx, msg_req, msg_rsp) \
135 M(CGX_STOP_RXTX, 0x201, cgx_stop_rxtx, msg_req, msg_rsp) \
136 M(CGX_STATS, 0x202, cgx_stats, msg_req, cgx_stats_rsp) \
141 M(CGX_PROMISC_ENABLE, 0x205, cgx_promisc_enable, msg_req, msg_rsp) \
142 M(CGX_PROMISC_DISABLE, 0x206, cgx_promisc_disable, msg_req, msg_rsp) \
143 M(CGX_START_LINKEVENTS, 0x207, cgx_start_linkevents, msg_req, msg_rs
245 struct msg_req { global() struct
[all...]
H A Drvu_cgx.c415 int rvu_mbox_handler_cgx_start_rxtx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_start_rxtx()
422 int rvu_mbox_handler_cgx_stop_rxtx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_stop_rxtx()
429 int rvu_mbox_handler_cgx_stats(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_stats()
504 int rvu_mbox_handler_cgx_promisc_enable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_promisc_enable()
520 int rvu_mbox_handler_cgx_promisc_disable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_promisc_disable()
562 int rvu_mbox_handler_cgx_ptp_rx_enable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_ptp_rx_enable()
568 int rvu_mbox_handler_cgx_ptp_rx_disable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_ptp_rx_disable()
595 int rvu_mbox_handler_cgx_start_linkevents(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_start_linkevents()
602 int rvu_mbox_handler_cgx_stop_linkevents(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_stop_linkevents()
609 int rvu_mbox_handler_cgx_get_linkinfo(struct rvu *rvu, struct msg_req *re
[all...]
H A Drvu_nix.c1185 int rvu_mbox_handler_nix_lf_free(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_free()
2294 int rvu_mbox_handler_nix_stats_rst(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_stats_rst()
2720 struct msg_req *req, in rvu_mbox_handler_nix_get_mac_addr()
2902 int rvu_mbox_handler_nix_rxvlan_alloc(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_rxvlan_alloc()
3289 int rvu_mbox_handler_nix_lf_start_rx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_start_rx()
3304 int rvu_mbox_handler_nix_lf_stop_rx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_stop_rx()
3389 int rvu_mbox_handler_nix_lf_ptp_tx_enable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_ptp_tx_enable()
3395 int rvu_mbox_handler_nix_lf_ptp_tx_disable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_ptp_tx_disable()
H A Drvu.c1030 int rvu_mbox_handler_ready(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_ready()
1530 int rvu_mbox_handler_msix_offset(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_msix_offset()
1579 int rvu_mbox_handler_vf_flr(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_vf_flr()
1599 int rvu_mbox_handler_get_hw_cap(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_get_hw_cap()
H A Drvu_npa.c425 int rvu_mbox_handler_npa_lf_free(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_npa_lf_free()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h134 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
137 M(FREE_RSRC_CNT, 0x004, free_rsrc_cnt, msg_req, free_rsrcs_rsp) \
138 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \
139 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
141 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \
145 M(PTP_GET_CAP, 0x00c, ptp_get_cap, msg_req, ptp_get_cap_rsp) \
147 M(CGX_START_RXTX, 0x200, cgx_start_rxtx, msg_req, msg_rsp) \
148 M(CGX_STOP_RXTX, 0x201, cgx_stop_rxtx, msg_req, msg_rsp) \
149 M(CGX_STATS, 0x202, cgx_stats, msg_req, cgx_stats_rsp) \
154 M(CGX_PROMISC_ENABLE, 0x205, cgx_promisc_enable, msg_req, msg_rs
390 struct msg_req { global() struct
[all...]
H A Drvu_cgx.c535 int rvu_mbox_handler_cgx_start_rxtx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_start_rxtx()
542 int rvu_mbox_handler_cgx_stop_rxtx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_stop_rxtx()
549 static int rvu_lmac_get_stats(struct rvu *rvu, struct msg_req *req, in rvu_lmac_get_stats()
593 int rvu_mbox_handler_cgx_stats(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_stats()
599 int rvu_mbox_handler_rpm_stats(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_rpm_stats()
606 struct msg_req *req, in rvu_mbox_handler_cgx_fec_stats()
685 struct msg_req *req, in rvu_mbox_handler_cgx_mac_max_entries_get()
732 int rvu_mbox_handler_cgx_promisc_enable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_promisc_enable()
752 int rvu_mbox_handler_cgx_promisc_disable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cgx_promisc_disable()
808 int rvu_mbox_handler_cgx_ptp_rx_enable(struct rvu *rvu, struct msg_req *re
[all...]
H A Drvu_sdp.c95 rvu_mbox_handler_get_sdp_chan_info(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_get_sdp_chan_info()
H A Drvu_cpt.c454 static int cpt_lf_free(struct rvu *rvu, struct msg_req *req, int blkaddr) in cpt_lf_free()
485 int rvu_mbox_handler_cpt_lf_free(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cpt_lf_free()
871 int rvu_mbox_handler_cpt_ctx_cache_sync(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_cpt_ctx_cache_sync()
H A Dptp.c633 int rvu_mbox_handler_ptp_get_cap(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_ptp_get_cap()
H A Drvu.c1231 int rvu_mbox_handler_ready(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_ready()
1836 int rvu_mbox_handler_msix_offset(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_msix_offset()
1899 int rvu_mbox_handler_free_rsrc_cnt(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_free_rsrc_cnt()
1992 int rvu_mbox_handler_vf_flr(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_vf_flr()
2012 int rvu_mbox_handler_get_hw_cap(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_get_hw_cap()
H A Drvu_npa.c435 int rvu_mbox_handler_npa_lf_free(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_npa_lf_free()
H A Drvu_nix.c3439 int rvu_mbox_handler_nix_get_hw_info(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_get_hw_info()
3482 int rvu_mbox_handler_nix_stats_rst(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_stats_rst()
4011 struct msg_req *req, in rvu_mbox_handler_nix_get_mac_addr()
4701 int rvu_mbox_handler_nix_lf_start_rx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_start_rx()
4724 int rvu_mbox_handler_nix_lf_stop_rx(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_stop_rx()
4866 int rvu_mbox_handler_nix_lf_ptp_tx_enable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_ptp_tx_enable()
4872 int rvu_mbox_handler_nix_lf_ptp_tx_disable(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_lf_ptp_tx_disable()
5013 struct msg_req *req, in rvu_mbox_handler_nix_read_inline_ipsec_cfg()
5678 int rvu_mbox_handler_nix_bandprof_get_hwinfo(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_nix_bandprof_get_hwinfo()
H A Dmcs_rvu_if.c203 struct msg_req *req, in rvu_mbox_handler_mcs_get_hw_info()
H A Drvu_npc.c3255 int rvu_mbox_handler_npc_get_kex_cfg(struct rvu *rvu, struct msg_req *req, in rvu_mbox_handler_npc_get_kex_cfg()
3384 struct msg_req *req, in rvu_mbox_handler_npc_read_base_steer_rule()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c107 struct msg_req *req; in otx2_flr_handler()
975 struct msg_req *req; in otx2_register_mbox_intr()
1083 struct msg_req *msg; in otx2_cgx_config_linkevents()
1104 struct msg_req *msg; in otx2_cgx_config_loopback()
1291 struct msg_req *req; in otx2_init_hw_resources()
1393 struct msg_req *req; in otx2_free_hw_resources()
1799 struct msg_req *req; in otx2_config_hw_rx_tstamp()
1831 struct msg_req *req; in otx2_config_hw_tx_tstamp()
H A Dotx2_common.c47 struct msg_req *req; in otx2_update_lmac_stats()
158 struct msg_req *req; in otx2_hw_get_mac_addr()
1383 struct msg_req *msix; in otx2_attach_npa_nix()
H A Dotx2_vf.c229 struct msg_req *req; in otx2vf_register_mbox_intr()
H A Dotx2_txrx.c959 struct msg_req *msg; in otx2_rxtx_enable()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dmac_flt.c147 struct msg_req *msg; in otx2_dmacflt_get_max_cnt()
H A Dotx2_common.c47 struct msg_req *req; in otx2_update_lmac_stats()
65 struct msg_req *req; in otx2_update_lmac_fec_stats()
171 struct msg_req *req; in otx2_hw_get_mac_addr()
1604 struct msg_req *msix; in otx2_attach_npa_nix()
1824 struct msg_req *req; in otx2_get_max_mtu()
H A Dotx2_pf.c118 struct msg_req *req; in otx2_flr_handler()
1027 struct msg_req *req; in otx2_register_mbox_intr()
1134 struct msg_req *msg; in otx2_cgx_config_linkevents()
1155 struct msg_req *msg; in otx2_cgx_config_loopback()
1472 struct msg_req *req; in otx2_init_hw_resources()
1599 struct msg_req *req; in otx2_free_hw_resources()
2200 struct msg_req *req; in otx2_config_hw_rx_tstamp()
2232 struct msg_req *req; in otx2_config_hw_tx_tstamp()
H A Dotx2_ptp.c16 struct msg_req *req; in is_tstmp_atomic_update_supported()
H A Dotx2_ethtool.c182 struct msg_req *req; in otx2_get_phy_fec_stats()
994 struct msg_req *req; in otx2_get_fwdata()
H A Dotx2_vf.c247 struct msg_req *req; in otx2vf_register_mbox_intr()

Completed in 51 milliseconds

12