Symbol: hinic3_hwif
drivers/net/ethernet/huawei/hinic3/hinic3_eqs.c
398
struct hinic3_hwif *hwif = eq->hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_eqs.c
485
struct hinic3_hwif *hwif = eq->hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c
116
struct hinic3_hwif *hwif = hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_comm.c
300
struct hinic3_hwif *hwif = hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_comm.c
375
struct hinic3_hwif *hwif = hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwdev.h
13
struct hinic3_hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwdev.h
64
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
149
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
197
static enum hinic3_doorbell_ctrl hinic3_get_doorbell_ctrl_status(struct hinic3_hwif *hwif)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
204
static enum hinic3_outbound_ctrl hinic3_get_outbound_ctrl_status(struct hinic3_hwif *hwif)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
211
void hinic3_toggle_doorbell(struct hinic3_hwif *hwif,
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
227
struct hinic3_hwif *hwif = hwdev->hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
247
static int db_area_idx_init(struct hinic3_hwif *hwif, u64 db_base_phy,
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
274
static int get_db_idx(struct hinic3_hwif *hwif, u32 *idx)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
294
static void free_db_idx(struct hinic3_hwif *hwif, u32 idx)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
305
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
319
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
342
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
372
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
387
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
408
struct hinic3_hwif *hwif = priv_data;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
419
static int wait_until_doorbell_and_outbound_enabled(struct hinic3_hwif *hwif)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
426
void hinic3_set_pf_status(struct hinic3_hwif *hwif,
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
440
enum hinic3_pf_status hinic3_get_pf_status(struct hinic3_hwif *hwif)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
450
struct hinic3_hwif *hwif;
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
76
static void __iomem *hinic3_reg_addr(struct hinic3_hwif *hwif, u32 reg)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
88
u32 hinic3_hwif_read_reg(struct hinic3_hwif *hwif, u32 reg)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.c
95
void hinic3_hwif_write_reg(struct hinic3_hwif *hwif, u32 reg, u32 val)
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.h
84
u32 hinic3_hwif_read_reg(struct hinic3_hwif *hwif, u32 reg);
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.h
85
void hinic3_hwif_write_reg(struct hinic3_hwif *hwif, u32 reg, u32 val);
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.h
87
void hinic3_toggle_doorbell(struct hinic3_hwif *hwif,
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.h
94
void hinic3_set_pf_status(struct hinic3_hwif *hwif,
drivers/net/ethernet/huawei/hinic3/hinic3_hwif.h
96
enum hinic3_pf_status hinic3_get_pf_status(struct hinic3_hwif *hwif);
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
596
struct hinic3_hwif *hwif = mbox->hwdev->hwif;