Searched refs:VF_MPS_REG (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_vf.c | 829 t4_write_reg(sc, VF_MPS_REG(reg), 0); in t4vf_ioctl()
|
| H A D | t4_main.c | 7593 stats[0] = t4_read_reg(sc, VF_MPS_REG(reg)); in read_vf_stat() 7594 stats[1] = t4_read_reg(sc, VF_MPS_REG(reg + 4)); in read_vf_stat() 7598 V_PL_VFID(vin) | V_PL_ADDR(VF_MPS_REG(reg))); in read_vf_stat() 7642 V_PL_ADDR(VF_MPS_REG(A_MPS_VF_STAT_TX_VF_BCAST_BYTES_L))); in t4_clr_vi_stats()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 1318 VF_MPS_REG(A_MPS_VF_CTL), in t4_get_regs() 1319 VF_MPS_REG(A_MPS_VF_STAT_RX_VF_ERR_FRAMES_H), in t4_get_regs() 2095 VF_MPS_REG(A_MPS_VF_CTL), in t4_get_regs() 2096 VF_MPS_REG(A_MPS_VF_STAT_RX_VF_ERR_FRAMES_H), in t4_get_regs() 2665 VF_MPS_REG(A_MPS_VF_CTL), in t4_get_regs() 2666 VF_MPS_REG(A_MPS_VF_STAT_RX_VF_ERR_FRAMES_H), in t4_get_regs()
|
| H A D | t4_regs.h | 71 #define VF_MPS_REG(reg_addr) (VF_MPS_BASE + (reg_addr)) macro
|