Searched defs:bgx (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/vnic/ |
H A D | thunder_bgx_var.h | 34 struct bgx *bgx; member 50 struct bgx { struct 54 uint8_t bgx_id; argument 64 extern int bgx_fdt_init_phy(struct bgx *); argument
|
H A D | thunder_bgx.c | 131 struct bgx *bgx; in thunder_bgx_attach() local 194 struct bgx *bgx; in thunder_bgx_detach() local 214 bgx_reg_read(struct bgx *bgx, uint8_t lmac, uint64_t offset) in bgx_reg_read() 224 bgx_reg_write(struct bgx *bgx, uint8_t lmac, uint64_t offset, uint64_t val) in bgx_reg_write() 234 bgx_reg_modify(struct bgx *bgx, uint8_t lmac, uint64_t offset, uint64_t val) in bgx_reg_modify() 244 bgx_poll_reg(struct bgx *bgx, uint8_t lmac, uint64_t reg, uint64_t mask, in bgx_poll_reg() 282 struct bgx *bgx; in bgx_get_lmac_count() local 296 struct bgx *bgx; in bgx_get_lmac_link_state() local 312 struct bgx *bgx = bgx_vnic[(node * MAX_BGX_PER_CN88XX) + bgx_idx]; in bgx_get_lmac_mac() local 323 struct bgx *bgx = bgx_vnic[(node * MAX_BGX_PER_CN88XX) + bgx_idx]; in bgx_set_lmac_mac() local [all …]
|
H A D | thunder_bgx_fdt.c | 84 bgx_fdt_phy_mode_match(struct bgx *bgx, char *qlm_mode, ssize_t size) in bgx_fdt_phy_mode_match() 147 bgx_fdt_phy_name_match(struct bgx *bgx, char *phy_name, ssize_t size) in bgx_fdt_phy_name_match() 320 bgx_fdt_find_node(struct bgx *bgx) in bgx_fdt_find_node() 372 bgx_fdt_init_phy(struct bgx *bgx) in bgx_fdt_init_phy()
|
H A D | nic_main.c | 85 #define NIC_SET_VF_LMAC_MAP(bgx, lmac) ((((bgx) & 0xF) << 4) | ((lmac) & 0xF)) argument 307 int bgx, lmac; in nicpf_iov_add_vf() local 524 nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx) in nic_get_bgx_stats() 594 int bgx, next_bgx_lmac = 0; in nic_set_lmac_vf_mapping() local 691 uint32_t vnic, bgx, lmac, chan; in nic_config_cpi() local 829 uint32_t bgx, lmac, chan; in nic_tx_channel_cfg() local 891 int bgx, lmac; in nic_handle_mbx_intr() local 1200 uint8_t vf, bgx, lmac; in nic_poll_for_link() local
|
H A D | nicvf_main.c | 888 nicvf_read_bgx_stats(struct nicvf *nic, struct bgx_stats_msg *bgx) in nicvf_read_bgx_stats()
|