Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 25 of 98) sorted by relevance

1234

/drivers/net/ethernet/intel/i40e/
Di40e_main.c110 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_allocate_dma_mem_d() local
128 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_free_dma_mem_d() local
184 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump()
263 struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id) in i40e_find_vsi_from_id()
280 static void i40e_service_event_schedule(struct i40e_pf *pf) in i40e_service_event_schedule()
304 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout() local
523 void i40e_pf_reset_stats(struct i40e_pf *pf) in i40e_pf_reset_stats()
606 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats() local
670 struct i40e_pf *pf = veb->pf; in i40e_update_veb_stats() local
750 struct i40e_pf *pf = vsi->back; in i40e_update_fcoe_stats() local
[all …]
Di40e_virtchnl_pf.c41 static void i40e_vc_vf_broadcast(struct i40e_pf *pf, in i40e_vc_vf_broadcast()
74 struct i40e_pf *pf = vf->pf; in i40e_vc_notify_vf_link_state() local
100 void i40e_vc_notify_link_state(struct i40e_pf *pf) in i40e_vc_notify_link_state()
114 void i40e_vc_notify_reset(struct i40e_pf *pf) in i40e_vc_notify_reset()
161 static inline void i40e_vc_disable_vf(struct i40e_pf *pf, struct i40e_vf *vf) in i40e_vc_disable_vf()
176 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vsi_id() local
193 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_queue_id() local
208 struct i40e_pf *pf = vf->pf; in i40e_vc_isvalid_vector_id() local
226 struct i40e_pf *pf = vf->pf; in i40e_vc_get_pf_queue_id() local
256 struct i40e_pf *pf = vf->pf; in i40e_config_irq_link_list() local
[all …]
Di40e_ptp.c59 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts) in i40e_ptp_read()
83 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) in i40e_ptp_write()
122 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjfreq() local
160 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_adjtime() local
185 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_gettime() local
206 struct i40e_pf *pf = container_of(ptp, struct i40e_pf, ptp_caps); in i40e_ptp_settime() local
242 struct i40e_pf *pf = vsi->back; in i40e_ptp_rx_hang() local
305 void i40e_ptp_tx_hwtstamp(struct i40e_pf *pf) in i40e_ptp_tx_hwtstamp()
343 void i40e_ptp_rx_hwtstamp(struct i40e_pf *pf, struct sk_buff *skb, u8 index) in i40e_ptp_rx_hwtstamp()
378 void i40e_ptp_set_increment(struct i40e_pf *pf) in i40e_ptp_set_increment()
[all …]
Di40e_ethtool.c241 static void i40e_partition_setting_complaint(struct i40e_pf *pf) in i40e_partition_setting_complaint()
257 struct i40e_pf *pf) in i40e_get_settings_link_up()
395 struct i40e_pf *pf) in i40e_get_settings_link_down()
478 struct i40e_pf *pf = np->vsi->back; in i40e_get_settings() local
593 struct i40e_pf *pf = np->vsi->back; in i40e_set_settings() local
769 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset() local
793 struct i40e_pf *pf = np->vsi->back; in i40e_get_pauseparam() local
828 struct i40e_pf *pf = np->vsi->back; in i40e_set_pauseparam() local
921 struct i40e_pf *pf = np->vsi->back; in i40e_get_msglevel() local
929 struct i40e_pf *pf = np->vsi->back; in i40e_set_msglevel() local
[all …]
Di40e_dcb_nl.c57 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getets() local
96 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_ieee_getpfc() local
127 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_getdcbx() local
141 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_get_perm_hw_addr() local
170 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_set_all() local
235 static void i40e_dcbnl_del_app(struct i40e_pf *pf, in i40e_dcbnl_del_app()
281 void i40e_dcbnl_flush_apps(struct i40e_pf *pf, in i40e_dcbnl_flush_apps()
309 struct i40e_pf *pf = i40e_netdev_to_pf(dev); in i40e_dcbnl_setup() local
Di40e_debugfs.c41 static struct i40e_vsi *i40e_dbg_find_vsi(struct i40e_pf *pf, int seid) in i40e_dbg_find_vsi()
60 static struct i40e_veb *i40e_dbg_find_veb(struct i40e_pf *pf, int seid) in i40e_dbg_find_veb()
120 static int i40e_dbg_prep_dump_buf(struct i40e_pf *pf, int buflen) in i40e_dbg_prep_dump_buf()
152 struct i40e_pf *pf = filp->private_data; in i40e_dbg_dump_write() local
333 struct i40e_pf *pf = filp->private_data; in i40e_dbg_command_read() local
368 static void i40e_dbg_dump_vsi_seid(struct i40e_pf *pf, int seid) in i40e_dbg_dump_vsi_seid()
732 static void i40e_dbg_dump_aq_desc(struct i40e_pf *pf) in i40e_dbg_dump_aq_desc()
781 struct i40e_pf *pf, bool is_rx_ring) in i40e_dbg_dump_desc()
876 static void i40e_dbg_dump_vsi_no_seid(struct i40e_pf *pf) in i40e_dbg_dump_vsi_no_seid()
891 static void i40e_dbg_dump_eth_stats(struct i40e_pf *pf, in i40e_dbg_dump_eth_stats()
[all …]
Di40e_fcoe.c163 static inline void i40e_fcoe_ddp_unmap(struct i40e_pf *pf, in i40e_fcoe_ddp_unmap()
257 struct i40e_pf *pf = np->vsi->back; in i40e_fcoe_ddp_put() local
276 void i40e_init_pf_fcoe(struct i40e_pf *pf) in i40e_init_pf_fcoe()
334 u8 i40e_get_fcoe_tc_map(struct i40e_pf *pf) in i40e_get_fcoe_tc_map()
369 struct i40e_pf *pf = vsi->back; in i40e_fcoe_vsi_init() local
427 struct i40e_pf *pf = vsi->back; in i40e_fcoe_enable() local
456 struct i40e_pf *pf = vsi->back; in i40e_fcoe_disable() local
536 struct i40e_pf *pf = vsi->back; in i40e_fcoe_free_ddp_resources() local
570 struct i40e_pf *pf = vsi->back; in i40e_fcoe_setup_ddp_resources() local
622 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fcoe_handle_status() local
[all …]
Di40e_txrx.c52 struct i40e_pf *pf, bool add) in i40e_program_fdir_filter()
197 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udpv4() local
257 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcpv4() local
354 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ipv4() local
412 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir() local
466 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status() local
1984 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_atr() local
2270 struct i40e_pf *pf; in i40e_tsyn() local
Di40e.h82 #define i40e_default_queues_per_vmdq(pf) \ argument
86 #define i40e_pf_get_max_q_per_tc(pf) \ argument
437 struct i40e_pf *pf; member
589 struct i40e_pf *pf; member
659 static inline int i40e_get_fd_cnt_all(struct i40e_pf *pf) in i40e_get_fd_cnt_all()
722 static inline void i40e_dbg_pf_init(struct i40e_pf *pf) {} in i40e_dbg_pf_init()
723 static inline void i40e_dbg_pf_exit(struct i40e_pf *pf) {} in i40e_dbg_pf_exit()
734 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable() local
/drivers/block/paride/
Dpf.c282 struct pf_unit *pf; in pf_init_units() local
307 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_open() local
332 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_getgeo() local
350 struct pf_unit *pf = bdev->bd_disk->private_data; in pf_ioctl() local
366 struct pf_unit *pf = disk->private_data; in pf_release() local
388 static inline int status_reg(struct pf_unit *pf) in status_reg()
393 static inline int read_reg(struct pf_unit *pf, int reg) in read_reg()
398 static inline void write_reg(struct pf_unit *pf, int reg, int val) in write_reg()
403 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) in pf_wait()
427 static int pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) in pf_command()
[all …]
/drivers/iio/
Dindustrialio-trigger.c205 struct iio_poll_func *pf) in iio_trigger_attach_poll_func()
245 struct iio_poll_func *pf) in iio_trigger_detach_poll_func()
266 struct iio_poll_func *pf = p; in iio_pollfunc_store_time() local
281 struct iio_poll_func *pf; in iio_alloc_pollfunc() local
302 void iio_dealloc_pollfunc(struct iio_poll_func *pf) in iio_dealloc_pollfunc()
/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_ring.c105 struct iio_poll_func *pf = p; in inv_mpu6050_irq_handler() local
122 struct iio_poll_func *pf = p; in inv_mpu6050_read_fifo() local
/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c97 struct adf_accel_dev *pf; in adf_cleanup_accel() local
204 struct adf_accel_dev *pf; in adf_probe() local
/drivers/net/ppp/
Dppp_generic.c93 #define PF_TO_X(pf, X) container_of(pf, X, file) argument
95 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp) argument
96 #define PF_TO_CHANNEL(pf) PF_TO_X(pf, struct channel) argument
392 struct ppp_file *pf = file->private_data; in ppp_release() local
421 struct ppp_file *pf = file->private_data; in ppp_read() local
486 struct ppp_file *pf = file->private_data; in ppp_write() local
526 struct ppp_file *pf = file->private_data; in ppp_poll() local
575 struct ppp_file *pf; in ppp_ioctl() local
839 static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf, in ppp_unattached_ioctl()
2846 init_ppp_file(struct ppp_file *pf, int kind) in init_ppp_file()
/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c168 struct adf_accel_dev *pf) in adf_devmgr_add_dev()
270 struct adf_accel_dev *pf) in adf_devmgr_rm_dev()
/drivers/infiniband/hw/usnic/
Dusnic_ib_main.c533 struct usnic_ib_dev *pf; in usnic_ib_pci_probe() local
612 struct usnic_ib_dev *pf = vf->pf; in usnic_ib_pci_remove() local
/drivers/staging/iio/adc/
Dad7606_ring.c27 struct iio_poll_func *pf = p; in ad7606_trigger_handler_th_bh() local
/drivers/staging/iio/
Diio_simple_dummy_buffer.c48 struct iio_poll_func *pf = p; in iio_simple_dummy_trigger_h() local
/drivers/iio/imu/
Dadis16400_buffer.c66 struct iio_poll_func *pf = p; in adis16400_trigger_handler() local
Dadis_buffer.c81 struct iio_poll_func *pf = p; in adis_trigger_handler() local
/drivers/iio/common/st_sensors/
Dst_sensors_buffer.c108 struct iio_poll_func *pf = p; in st_sensors_trigger_handler() local
/drivers/staging/iio/meter/
Dade7758_ring.c62 struct iio_poll_func *pf = p; in ade7758_trigger_handler() local
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4395 u32 pf = CHELSIO_CHIP_VERSION(adapter->params.chip) <= CHELSIO_T5 ? in t4_intr_enable() local
4422 u32 pf = CHELSIO_CHIP_VERSION(adapter->params.chip) <= CHELSIO_T5 ? in t4_intr_disable() local
6254 int t4_query_params_rw(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params_rw()
6286 int t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_query_params()
6308 unsigned int pf, unsigned int vf, in t4_set_params_timeout()
6346 int t4_set_params(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_set_params()
6375 int t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_cfg_pfvf()
6420 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
6466 int t4_free_vi(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_free_vi()
6780 int t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, in t4_iq_free()
[all …]
/drivers/iio/gyro/
Ditg3200_buffer.c49 struct iio_poll_func *pf = p; in itg3200_trigger_handler() local
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c264 struct bnxt_pf_info *pf = &bp->pf; in bnxt_hwrm_func_vf_resource_free() local
372 struct bnxt_pf_info *pf = &bp->pf; in bnxt_hwrm_func_cfg() local

1234