/drivers/net/ethernet/pensando/ionic/ |
D | ionic_lif.c | 50 struct ionic_lif *lif; in ionic_dim_work() local 72 struct ionic_lif *lif = container_of(work, struct ionic_lif, deferred.work); in ionic_lif_deferred_work() local 125 static void ionic_link_status_check(struct ionic_lif *lif) in ionic_link_status_check() 180 void ionic_link_status_check_request(struct ionic_lif *lif, bool can_sleep) in ionic_link_status_check_request() 211 static int ionic_request_irq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_request_irq() 230 static int ionic_intr_alloc(struct ionic_lif *lif, struct ionic_intr_info *intr) in ionic_intr_alloc() 257 struct ionic_lif *lif = q->lif; in ionic_qcq_enable() local 302 struct ionic_lif *lif; in ionic_qcq_disable() local 343 static void ionic_lif_qcq_deinit(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_lif_qcq_deinit() 362 static void ionic_qcq_intr_free(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_qcq_intr_free() [all …]
|
D | ionic_ethtool.c | 21 static void ionic_get_stats_strings(struct ionic_lif *lif, u8 *buf) in ionic_get_stats_strings() 32 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_stats() local 43 static int ionic_get_stats_count(struct ionic_lif *lif) in ionic_get_stats_count() 55 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_sset_count() local 72 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_strings() local 88 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_drvinfo() local 106 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_regs() local 124 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_link_ksettings() local 275 struct ionic_lif *lif = netdev_priv(netdev); in ionic_set_link_ksettings() local 309 struct ionic_lif *lif = netdev_priv(netdev); in ionic_get_pauseparam() local [all …]
|
D | ionic_stats.c | 182 #define MAX_Q(lif) ((lif)->netdev->real_num_tx_queues) argument 184 static void ionic_add_lif_txq_stats(struct ionic_lif *lif, int q_num, in ionic_add_lif_txq_stats() 199 static void ionic_add_lif_rxq_stats(struct ionic_lif *lif, int q_num, in ionic_add_lif_rxq_stats() 213 static void ionic_get_lif_stats(struct ionic_lif *lif, in ionic_get_lif_stats() 240 static u64 ionic_sw_stats_get_count(struct ionic_lif *lif) in ionic_sw_stats_get_count() 274 static void ionic_sw_stats_get_tx_strings(struct ionic_lif *lif, u8 **buf, in ionic_sw_stats_get_tx_strings() 300 static void ionic_sw_stats_get_rx_strings(struct ionic_lif *lif, u8 **buf, in ionic_sw_stats_get_rx_strings() 326 static void ionic_sw_stats_get_strings(struct ionic_lif *lif, u8 **buf) in ionic_sw_stats_get_strings() 349 static void ionic_sw_stats_get_txq_values(struct ionic_lif *lif, u64 **buf, in ionic_sw_stats_get_txq_values() 389 static void ionic_sw_stats_get_rxq_values(struct ionic_lif *lif, u64 **buf, in ionic_sw_stats_get_rxq_values() [all …]
|
D | ionic_rx_filter.c | 13 void ionic_rx_filter_free(struct ionic_lif *lif, struct ionic_rx_filter *f) in ionic_rx_filter_free() 22 void ionic_rx_filter_replay(struct ionic_lif *lif) in ionic_rx_filter_replay() 91 int ionic_rx_filters_init(struct ionic_lif *lif) in ionic_rx_filters_init() 107 void ionic_rx_filters_deinit(struct ionic_lif *lif) in ionic_rx_filters_deinit() 123 int ionic_rx_filter_save(struct ionic_lif *lif, u32 flow_id, u16 rxq_index, in ionic_rx_filter_save() 185 struct ionic_rx_filter *ionic_rx_filter_by_vlan(struct ionic_lif *lif, u16 vid) in ionic_rx_filter_by_vlan() 204 struct ionic_rx_filter *ionic_rx_filter_by_addr(struct ionic_lif *lif, in ionic_rx_filter_by_addr() 224 struct ionic_rx_filter *ionic_rx_filter_rxsteer(struct ionic_lif *lif) in ionic_rx_filter_rxsteer() 242 int ionic_lif_list_addr(struct ionic_lif *lif, const u8 *addr, bool mode) in ionic_lif_list_addr() 294 void ionic_rx_filter_sync(struct ionic_lif *lif) in ionic_rx_filter_sync()
|
D | ionic_phc.c | 67 static int ionic_lif_hwstamp_set_ts_config(struct ionic_lif *lif, in ionic_lif_hwstamp_set_ts_config() 186 int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_set() 211 void ionic_lif_hwstamp_replay(struct ionic_lif *lif) in ionic_lif_hwstamp_replay() 225 void ionic_lif_hwstamp_recreate_queues(struct ionic_lif *lif) in ionic_lif_hwstamp_recreate_queues() 249 int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_get() 467 ktime_t ionic_lif_phc_ktime(struct ionic_lif *lif, u64 tick) in ionic_lif_phc_ktime() 492 void ionic_lif_register_phc(struct ionic_lif *lif) in ionic_lif_register_phc() 510 void ionic_lif_unregister_phc(struct ionic_lif *lif) in ionic_lif_unregister_phc() 520 void ionic_lif_alloc_phc(struct ionic_lif *lif) in ionic_lif_alloc_phc() 638 void ionic_lif_free_phc(struct ionic_lif *lif) in ionic_lif_free_phc()
|
D | ionic_debugfs.h | 28 static inline void ionic_debugfs_add_lif(struct ionic_lif *lif) { } in ionic_debugfs_add_lif() 29 static inline void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) { } in ionic_debugfs_add_qcq() 30 static inline void ionic_debugfs_del_lif(struct ionic_lif *lif) { } in ionic_debugfs_del_lif()
|
D | ionic_main.c | 190 static void ionic_adminq_flush(struct ionic_lif *lif) in ionic_adminq_flush() 214 static int ionic_adminq_check_err(struct ionic_lif *lif, in ionic_adminq_check_err() 261 int ionic_adminq_post(struct ionic_lif *lif, struct ionic_admin_ctx *ctx) in ionic_adminq_post() 300 int ionic_adminq_wait(struct ionic_lif *lif, struct ionic_admin_ctx *ctx, int err) in ionic_adminq_wait() 320 int ionic_adminq_post_wait(struct ionic_lif *lif, struct ionic_admin_ctx *ctx) in ionic_adminq_post_wait()
|
D | ionic_lif.h | 251 struct ionic_lif *lif; member 262 static inline void ionic_init_queue_params(struct ionic_lif *lif, in ionic_init_queue_params() 318 static inline void ionic_lif_hwstamp_replay(struct ionic_lif *lif) {} in ionic_lif_hwstamp_replay() 319 static inline void ionic_lif_hwstamp_recreate_queues(struct ionic_lif *lif) {} in ionic_lif_hwstamp_recreate_queues() 321 static inline int ionic_lif_hwstamp_set(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_set() 326 static inline int ionic_lif_hwstamp_get(struct ionic_lif *lif, struct ifreq *ifr) in ionic_lif_hwstamp_get() 331 static inline ktime_t ionic_lif_phc_ktime(struct ionic_lif *lif, u64 counter) in ionic_lif_phc_ktime() 336 static inline void ionic_lif_register_phc(struct ionic_lif *lif) {} in ionic_lif_register_phc() 337 static inline void ionic_lif_unregister_phc(struct ionic_lif *lif) {} in ionic_lif_unregister_phc() 338 static inline void ionic_lif_alloc_phc(struct ionic_lif *lif) {} in ionic_lif_alloc_phc() [all …]
|
D | ionic_debugfs.c | 113 void ionic_debugfs_add_qcq(struct ionic_lif *lif, struct ionic_qcq *qcq) in ionic_debugfs_add_qcq() 231 void ionic_debugfs_add_lif(struct ionic_lif *lif) in ionic_debugfs_add_lif() 244 void ionic_debugfs_del_lif(struct ionic_lif *lif) in ionic_debugfs_del_lif()
|
D | ionic_dev.c | 17 struct ionic_lif *lif = ionic->lif; in ionic_watchdog_cb() local 190 struct ionic_lif *lif = ionic->lif; in ionic_heartbeat_check() local 528 int ionic_db_page_num(struct ionic_lif *lif, int pid) in ionic_db_page_num() 533 int ionic_cq_init(struct ionic_lif *lif, struct ionic_cq *cq, in ionic_cq_init() 601 int ionic_q_init(struct ionic_lif *lif, struct ionic_dev *idev, in ionic_q_init() 658 struct ionic_lif *lif = q->lif; in ionic_q_post() local
|
D | ionic_txrx.c | 464 struct ionic_lif *lif; in ionic_dim_update() local 500 struct ionic_lif *lif; in ionic_tx_napi() local 533 struct ionic_lif *lif; in ionic_rx_napi() local 569 struct ionic_lif *lif; in ionic_txrx_napi() local 1199 struct ionic_lif *lif = netdev_priv(netdev); in ionic_start_hwstamp_xmit() local 1235 struct ionic_lif *lif = netdev_priv(netdev); in ionic_start_xmit() local
|
D | ionic_fw.c | 94 int ionic_firmware_update(struct ionic_lif *lif, const struct firmware *fw, in ionic_firmware_update()
|
D | ionic_dev.h | 216 struct ionic_lif *lif; member 266 struct ionic_lif *lif; member
|
D | ionic.h | 49 struct ionic_lif *lif; member
|
D | ionic_if.h | 3086 union ionic_lif_identity lif; member
|
/drivers/media/platform/vsp1/ |
D | vsp1_lif.c | 26 static inline void vsp1_lif_write(struct vsp1_lif *lif, in vsp1_lif_write() 92 struct vsp1_lif *lif = to_lif(&entity->subdev); in lif_configure_stream() local 155 struct vsp1_lif *lif; in vsp1_lif_create() local
|
D | vsp1_drv.c | 343 struct vsp1_lif *lif; in vsp1_create_entities() local
|
D | vsp1.h | 90 struct vsp1_lif *lif[VSP1_MAX_LIF]; member
|
D | vsp1_pipe.h | 133 struct vsp1_entity *lif; member
|
/drivers/net/ethernet/cisco/enic/ |
D | vnic_resource.h | 70 u16 lif; /* loopback lif for mgmt frames */ member
|