/Linux-v6.6/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 276 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_link_ksettings() local 361 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_ethtool_stats() local 463 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_priv_flags() local 485 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_set_priv_flags() local 553 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_msglevel() local 568 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_set_msglevel() local 585 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_drvinfo() local 608 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_get_ringparam() local 631 struct iavf_adapter *adapter = netdev_priv(netdev); in iavf_set_ringparam() local 700 struct iavf_adapter *adapter = netdev_priv(netdev); in __iavf_get_coalesce() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/igc/ |
D | igc_tsn.c | 8 static bool is_any_launchtime(struct igc_adapter *adapter) in is_any_launchtime() 22 static bool is_cbs_enabled(struct igc_adapter *adapter) in is_cbs_enabled() 36 static unsigned int igc_tsn_new_flags(struct igc_adapter *adapter) in igc_tsn_new_flags() 52 void igc_tsn_adjust_txtime_offset(struct igc_adapter *adapter) in igc_tsn_adjust_txtime_offset() 84 static int igc_tsn_disable_offload(struct igc_adapter *adapter) in igc_tsn_disable_offload() 114 static int igc_tsn_enable_offload(struct igc_adapter *adapter) in igc_tsn_enable_offload() 315 int igc_tsn_reset(struct igc_adapter *adapter) in igc_tsn_reset() 334 int igc_tsn_offload_apply(struct igc_adapter *adapter) in igc_tsn_offload_apply()
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/ |
D | espi.c | 35 adapter_t *adapter; member 51 static int tricn_write(adapter_t *adapter, int bundle_addr, int module_addr, in tricn_write() 74 static int tricn_init(adapter_t *adapter) in tricn_init() 178 static void espi_setup_for_pm3393(adapter_t *adapter) in espi_setup_for_pm3393() 193 static void espi_setup_for_vsc7321(adapter_t *adapter) in espi_setup_for_vsc7321() 209 static void espi_setup_for_ixf1010(adapter_t *adapter, int nports) in espi_setup_for_ixf1010() 231 adapter_t *adapter = espi->adapter; in t1_espi_init() local 281 struct peespi *t1_espi_create(adapter_t *adapter) in t1_espi_create() 305 u32 t1_espi_get_mon(adapter_t *adapter, u32 addr, u8 wait) in t1_espi_get_mon() 336 int t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait) in t1_espi_get_mon_t204()
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 137 void t4vf_os_link_changed(struct adapter *adapter, int pidx, int link_ok) in t4vf_os_link_changed() 213 void t4vf_os_portmod_changed(struct adapter *adapter, int pidx) in t4vf_os_portmod_changed() 243 struct adapter *adapter = pi->adapter; in cxgb4vf_set_addr_hash() local 276 struct adapter *adapter = pi->adapter; in cxgb4vf_change_mac() local 349 static void name_msix_vecs(struct adapter *adapter) in name_msix_vecs() 380 static int request_msix_queue_irqs(struct adapter *adapter) in request_msix_queue_irqs() 418 static void free_msix_queue_irqs(struct adapter *adapter) in free_msix_queue_irqs() 450 static void enable_rx(struct adapter *adapter) in enable_rx() 474 static void quiesce_rx(struct adapter *adapter) in quiesce_rx() 493 struct adapter *adapter = rspq->adapter; in fwevtq_handler() local [all …]
|
D | sge.c | 261 static inline bool fl_starving(const struct adapter *adapter, in fl_starving() 377 static void free_tx_desc(struct adapter *adapter, struct sge_txq *tq, in free_tx_desc() 430 static inline void reclaim_completed_tx(struct adapter *adapter, in reclaim_completed_tx() 454 static inline int get_buf_size(const struct adapter *adapter, in get_buf_size() 473 static void free_rx_bufs(struct adapter *adapter, struct sge_fl *fl, int n) in free_rx_bufs() 503 static void unmap_rx_buf(struct adapter *adapter, struct sge_fl *fl) in unmap_rx_buf() 525 static inline void ring_fl_db(struct adapter *adapter, struct sge_fl *fl) in ring_fl_db() 604 static unsigned int refill_fl(struct adapter *adapter, struct sge_fl *fl, in refill_fl() 725 static inline void __refill_fl(struct adapter *adapter, struct sge_fl *fl) in __refill_fl() 964 static inline void ring_tx_db(struct adapter *adapter, struct sge_txq *tq, in ring_tx_db() [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 29 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_adjfine() local 68 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_adjtime() local 95 struct e1000_adapter *adapter = (struct e1000_adapter *)ctx; in e1000e_phc_get_syncdevicetime() local 143 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_getcrosststamp() local 165 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_gettimex() local 194 struct e1000_adapter *adapter = container_of(ptp, struct e1000_adapter, in e1000e_phc_settime() local 227 struct e1000_adapter *adapter = container_of(work, struct e1000_adapter, in e1000e_systim_overflow_work() local 266 void e1000e_ptp_init(struct e1000_adapter *adapter) in e1000e_ptp_init() 335 void e1000e_ptp_remove(struct e1000_adapter *adapter) in e1000e_ptp_remove()
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 217 int r8712_is_same_ibss(struct _adapter *adapter, struct wlan_network *pnetwork) in r8712_is_same_ibss() 315 static void update_current_network(struct _adapter *adapter, in update_current_network() 331 static void update_scanned_network(struct _adapter *adapter, in update_scanned_network() 394 static void rtl8711_add_network(struct _adapter *adapter, in rtl8711_add_network() 414 static int is_desired_network(struct _adapter *adapter, in is_desired_network() 441 void r8712_atimdone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_atimdone_event_callback() 445 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_survey_event_callback() 516 void r8712_surveydone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_surveydone_event_callback() 571 void r8712_free_assoc_resources(struct _adapter *adapter) in r8712_free_assoc_resources() 650 void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_joinbss_event_callback() [all …]
|
/Linux-v6.6/drivers/net/wireless/rsi/ |
D | rsi_91x_ps.c | 40 static inline void rsi_modify_ps_state(struct rsi_hw *adapter, in rsi_modify_ps_state() 50 void rsi_default_ps_params(struct rsi_hw *adapter) in rsi_default_ps_params() 68 void rsi_enable_ps(struct rsi_hw *adapter, struct ieee80211_vif *vif) in rsi_enable_ps() 88 void rsi_disable_ps(struct rsi_hw *adapter, struct ieee80211_vif *vif) in rsi_disable_ps() 107 void rsi_conf_uapsd(struct rsi_hw *adapter, struct ieee80211_vif *vif) in rsi_conf_uapsd() 123 int rsi_handle_ps_confirm(struct rsi_hw *adapter, u8 *msg) in rsi_handle_ps_confirm()
|
D | rsi_91x_sdio_ops.c | 31 int rsi_sdio_master_access_msword(struct rsi_hw *adapter, u16 ms_word) in rsi_sdio_master_access_msword() 67 struct rsi_hw *adapter = common->priv; in rsi_sdio_rx_thread() local 90 struct rsi_hw *adapter = common->priv; in rsi_process_pkt() local 147 int rsi_init_sdio_slave_regs(struct rsi_hw *adapter) in rsi_init_sdio_slave_regs() 231 static void rsi_rx_handler(struct rsi_hw *adapter) in rsi_rx_handler() 336 int rsi_sdio_check_buffer_status(struct rsi_hw *adapter, u8 q_num) in rsi_sdio_check_buffer_status() 406 int rsi_sdio_determine_event_timeout(struct rsi_hw *adapter) in rsi_sdio_determine_event_timeout()
|
/Linux-v6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 77 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_link_ksettings() local 112 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_set_link_ksettings() local 170 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_drvinfo() local 187 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_regs() local 211 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_wol() local 237 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_set_wol() local 264 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_nway_reset() local 281 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_ringparam() local 306 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_set_ringparam() local 383 struct pch_gbe_adapter *adapter = netdev_priv(netdev); in pch_gbe_get_pauseparam() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 181 static void enable_tx_fifo_drain(struct adapter *adapter, in enable_tx_fifo_drain() 191 static void disable_tx_fifo_drain(struct adapter *adapter, in disable_tx_fifo_drain() 250 void t3_os_link_changed(struct adapter *adapter, int port_id, int link_stat, in t3_os_link_changed() 358 static inline void cxgb_disable_msi(struct adapter *adapter) in cxgb_disable_msi() 426 static void free_irq_resources(struct adapter *adapter) in free_irq_resources() 901 static int write_smt_entry(struct adapter *adapter, int idx) in write_smt_entry() 922 static int init_smt(struct adapter *adapter) in init_smt() 931 static void init_port_mtus(struct adapter *adapter) in init_port_mtus() 1027 struct adapter *adapter = phy->adapter; in t3_get_edc_fw() local 1098 static inline char t3rev2char(struct adapter *adapter) in t3rev2char() [all …]
|
/Linux-v6.6/drivers/misc/cxl/ |
D | pci.c | 474 static int init_implementation_adapter_regs_psl9(struct cxl *adapter, in init_implementation_adapter_regs_psl9() 542 static int init_implementation_adapter_regs_psl8(struct cxl *adapter, struct pci_dev *dev) in init_implementation_adapter_regs_psl8() 581 static void write_timebase_ctrl_psl8(struct cxl *adapter) in write_timebase_ctrl_psl8() 587 static u64 timebase_read_psl9(struct cxl *adapter) in timebase_read_psl9() 592 static u64 timebase_read_psl8(struct cxl *adapter) in timebase_read_psl8() 597 static void cxl_setup_psl_timebase(struct cxl *adapter, struct pci_dev *dev) in cxl_setup_psl_timebase() 647 int cxl_pci_setup_irq(struct cxl *adapter, unsigned int hwirq, in cxl_pci_setup_irq() 655 int cxl_update_image_control(struct cxl *adapter) in cxl_update_image_control() 690 int cxl_pci_alloc_one_irq(struct cxl *adapter) in cxl_pci_alloc_one_irq() 697 void cxl_pci_release_one_irq(struct cxl *adapter, int hwirq) in cxl_pci_release_one_irq() [all …]
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 142 static inline u32 qlcnic_get_ref_handle(struct qlcnic_adapter *adapter, in qlcnic_get_ref_handle() 156 static void qlcnic_delete_rx_list_mac(struct qlcnic_adapter *adapter, in qlcnic_delete_rx_list_mac() 191 static void qlcnic_add_lb_filter(struct qlcnic_adapter *adapter, in qlcnic_add_lb_filter() 270 void qlcnic_82xx_change_filter(struct qlcnic_adapter *adapter, u64 *uaddr, in qlcnic_82xx_change_filter() 301 static void qlcnic_send_filter(struct qlcnic_adapter *adapter, in qlcnic_send_filter() 370 static int qlcnic_tx_encap_pkt(struct qlcnic_adapter *adapter, in qlcnic_tx_encap_pkt() 458 static int qlcnic_tx_pkt(struct qlcnic_adapter *adapter, in qlcnic_tx_pkt() 651 struct qlcnic_adapter *adapter = netdev_priv(netdev); in qlcnic_xmit_frame() local 790 void qlcnic_advert_link_change(struct qlcnic_adapter *adapter, int linkup) in qlcnic_advert_link_change() 814 static int qlcnic_alloc_rx_skb(struct qlcnic_adapter *adapter, in qlcnic_alloc_rx_skb() [all …]
|
/Linux-v6.6/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 353 int rtw_is_same_ibss(struct adapter *adapter, struct wlan_network *pnetwork) in rtw_is_same_ibss() 489 static void update_current_network(struct adapter *adapter, struct wlan_bssid_ex *pnetwork) in update_current_network() 511 void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *target) in rtw_update_scanned_network() 616 void rtw_add_network(struct adapter *adapter, struct wlan_bssid_ex *pnetwork) in rtw_add_network() 636 int rtw_is_desired_network(struct adapter *adapter, struct wlan_network *pnetwork) in rtw_is_desired_network() 686 void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_atimdone_event_callback() 690 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback() 733 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback() 832 void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_dummy_event_callback() 836 void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_fwdbg_event_callback() [all …]
|
D | rtw_debug.c | 14 static void dump_4_regs(struct adapter *adapter, int offset) in dump_4_regs() 26 void mac_reg_dump(struct adapter *adapter) in mac_reg_dump() 36 void bb_reg_dump(struct adapter *adapter) in bb_reg_dump() 46 static void dump_4_rf_regs(struct adapter *adapter, int path, int offset) in dump_4_rf_regs() 59 void rf_reg_dump(struct adapter *adapter) in rf_reg_dump()
|
D | rtw_io.c | 31 u8 rtw_read8(struct adapter *adapter, u32 addr) in rtw_read8() 43 u16 rtw_read16(struct adapter *adapter, u32 addr) in rtw_read16() 55 u32 rtw_read32(struct adapter *adapter, u32 addr) in rtw_read32() 68 int rtw_write8(struct adapter *adapter, u32 addr, u8 val) in rtw_write8() 82 int rtw_write16(struct adapter *adapter, u32 addr, u16 val) in rtw_write16() 95 int rtw_write32(struct adapter *adapter, u32 addr, u32 val) in rtw_write32() 110 u32 rtw_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in rtw_write_port()
|
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 54 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_link_ksettings() local 107 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_msglevel() local 114 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_msglevel() local 128 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_regs() local 170 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_drvinfo() local 182 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_ringparam() local 197 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_ringparam() local 273 static int igbvf_link_test(struct igbvf_adapter *adapter, u64 *data) in igbvf_link_test() 293 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_diag_test() local 325 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_coalesce() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 48 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_put() local 137 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_setup() local 383 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter, in ixgbe_fcoe_ddp() 638 void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter) in ixgbe_configure_fcoe() 713 void ixgbe_free_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_free_fcoe_ddp_resources() 751 int ixgbe_setup_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_setup_fcoe_ddp_resources() 792 static int ixgbe_fcoe_ddp_enable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_enable() 814 static void ixgbe_fcoe_ddp_disable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_disable() 837 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_enable() local 884 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_disable() local [all …]
|
D | ixgbe_ipsec.c | 120 static void ixgbe_ipsec_clear_hw_tables(struct ixgbe_adapter *adapter) in ixgbe_ipsec_clear_hw_tables() 146 static void ixgbe_ipsec_stop_data(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_data() 219 static void ixgbe_ipsec_stop_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_engine() 261 static void ixgbe_ipsec_start_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_start_engine() 303 void ixgbe_ipsec_restore(struct ixgbe_adapter *adapter) in ixgbe_ipsec_restore() 481 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_check_mgmt_ip() local 566 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_add_sa() local 760 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_del_sa() local 851 void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_ipsec_vf_clear() 890 int ixgbe_ipsec_vf_add_sa(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_ipsec_vf_add_sa() [all …]
|
/Linux-v6.6/drivers/s390/scsi/ |
D | zfcp_diag.c | 34 int zfcp_diag_adapter_setup(struct zfcp_adapter *const adapter) in zfcp_diag_adapter_setup() 74 void zfcp_diag_adapter_free(struct zfcp_adapter *const adapter) in zfcp_diag_adapter_free() 122 int zfcp_diag_update_port_data_buffer(struct zfcp_adapter *const adapter) in zfcp_diag_update_port_data_buffer() 152 int zfcp_diag_update_config_data_buffer(struct zfcp_adapter *const adapter) in zfcp_diag_update_config_data_buffer() 165 static int __zfcp_diag_update_buffer(struct zfcp_adapter *const adapter, in __zfcp_diag_update_buffer() 242 int zfcp_diag_update_buffer_limited(struct zfcp_adapter *const adapter, in zfcp_diag_update_buffer_limited()
|
/Linux-v6.6/drivers/net/ethernet/emulex/benet/ |
D | be_roce.c | 26 static void _be_roce_dev_add(struct be_adapter *adapter) in _be_roce_dev_add() 82 void be_roce_dev_add(struct be_adapter *adapter) in be_roce_dev_add() 98 static void _be_roce_dev_remove(struct be_adapter *adapter) in _be_roce_dev_remove() 105 void be_roce_dev_remove(struct be_adapter *adapter) in be_roce_dev_remove() 115 void be_roce_dev_shutdown(struct be_adapter *adapter) in be_roce_dev_shutdown()
|
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
D | mlme_linux.c | 12 struct adapter *adapter = in _dynamic_check_timer_handler() local 22 struct adapter *adapter = in _rtw_set_scan_deny_timer_hdl() local 40 void rtw_os_indicate_connect(struct adapter *adapter) in rtw_os_indicate_connect() 63 void rtw_reset_securitypriv(struct adapter *adapter) in rtw_reset_securitypriv() 122 void rtw_os_indicate_disconnect(struct adapter *adapter) in rtw_os_indicate_disconnect() 134 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie()
|
/Linux-v6.6/drivers/gpu/drm/display/ |
D | drm_dp_dual_mode_helper.c | 63 ssize_t drm_dp_dual_mode_read(struct i2c_adapter *adapter, in drm_dp_dual_mode_read() 127 ssize_t drm_dp_dual_mode_write(struct i2c_adapter *adapter, in drm_dp_dual_mode_write() 206 struct i2c_adapter *adapter) in drm_dp_dual_mode_detect() 278 struct i2c_adapter *adapter) in drm_dp_dual_mode_max_tmds_clock() 323 enum drm_dp_dual_mode_type type, struct i2c_adapter *adapter, in drm_dp_dual_mode_get_tmds_output() 362 struct i2c_adapter *adapter, bool enable) in drm_dp_dual_mode_set_tmds_output() 446 int drm_lspcon_get_mode(const struct drm_device *dev, struct i2c_adapter *adapter, in drm_lspcon_get_mode() 493 int drm_lspcon_set_mode(const struct drm_device *dev, struct i2c_adapter *adapter, in drm_lspcon_set_mode()
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/ |
D | ipsec.c | 18 static int ixgbevf_ipsec_set_pf_sa(struct ixgbevf_adapter *adapter, in ixgbevf_ipsec_set_pf_sa() 68 static int ixgbevf_ipsec_del_pf_sa(struct ixgbevf_adapter *adapter, int pfsa) in ixgbevf_ipsec_del_pf_sa() 101 void ixgbevf_ipsec_restore(struct ixgbevf_adapter *adapter) in ixgbevf_ipsec_restore() 266 struct ixgbevf_adapter *adapter; in ixgbevf_ipsec_add_sa() local 396 struct ixgbevf_adapter *adapter; in ixgbevf_ipsec_del_sa() local 467 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_ipsec_tx() local 559 struct ixgbevf_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbevf_ipsec_rx() local 625 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_init_ipsec_offload() 681 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_stop_ipsec_offload()
|
/Linux-v6.6/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c | 13 vmxnet3_xdp_exchange_program(struct vmxnet3_adapter *adapter, in vmxnet3_xdp_exchange_program() 20 vmxnet3_xdp_get_tq(struct vmxnet3_adapter *adapter) in vmxnet3_xdp_get_tq() 40 struct vmxnet3_adapter *adapter = netdev_priv(netdev); in vmxnet3_xdp_set() local 115 vmxnet3_xdp_xmit_frame(struct vmxnet3_adapter *adapter, in vmxnet3_xdp_xmit_frame() 201 vmxnet3_xdp_xmit_back(struct vmxnet3_adapter *adapter, in vmxnet3_xdp_xmit_back() 226 struct vmxnet3_adapter *adapter = netdev_priv(dev); in vmxnet3_xdp_xmit() local 325 vmxnet3_process_xdp_small(struct vmxnet3_adapter *adapter, in vmxnet3_process_xdp_small() 368 vmxnet3_process_xdp(struct vmxnet3_adapter *adapter, in vmxnet3_process_xdp()
|