Searched defs:bgx (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/vnic/
H A Dthunder_bgx_var.h36 struct bgx *bgx; member in struct:lmac
52 struct bgx { struct
H A Dthunder_bgx_fdt.c88 bgx_fdt_phy_mode_match(struct bgx *bgx, char *qlm_mode, ssize_t size) argument
151 bgx_fdt_phy_name_match(struct bgx *bgx, char *phy_name, ssize_t size) argument
324 bgx_fdt_find_node(struct bgx *bgx) argument
376 bgx_fdt_init_phy(struct bgx *bgx) argument
[all...]
H A Dthunder_bgx.c138 struct bgx *bgx; local
201 struct bgx *bgx; local
221 bgx_reg_read(struct bgx *bgx, uint8_t lmac, uint64_t offset) argument
231 bgx_reg_write(struct bgx *bgx, uint8_t lmac, uint64_t offset, uint64_t val) argument
241 bgx_reg_modify(struct bgx *bgx, uint8_t lmac, uint64_t offset, uint64_t val) argument
251 bgx_poll_reg(struct bgx *bgx, uint8_t lmac, uint64_t reg, uint64_t mask, boolean_t zero) argument
289 struct bgx *bgx; local
303 struct bgx *bgx; local
319 struct bgx *bgx = bgx_vnic[(node * MAX_BGX_PER_CN88XX) + bgx_idx]; local
330 struct bgx *bgx = bgx_vnic[(node * MAX_BGX_PER_CN88XX) + bgx_idx]; local
341 struct bgx *bgx = lmac->bgx; local
456 struct bgx *bgx; local
470 struct bgx *bgx; local
480 bgx_flush_dmac_addrs(struct bgx *bgx, int lmac) argument
496 struct bgx *bgx; local
537 struct bgx *bgx; local
564 bgx_lmac_sgmii_init(struct bgx *bgx, int lmacid) argument
604 bgx_lmac_xaui_init(struct bgx *bgx, int lmacid, int lmac_type) argument
698 struct bgx *bgx = lmac->bgx; local
837 bgx_lmac_enable(struct bgx *bgx, uint8_t lmacid) argument
912 bgx_lmac_disable(struct bgx *bgx, uint8_t lmacid) argument
948 bgx_set_num_ports(struct bgx *bgx) argument
1006 bgx_init_hw(struct bgx *bgx) argument
1053 bgx_get_qlm_mode(struct bgx *bgx) argument
1130 bgx_init_phy(struct bgx *bgx) argument
[all...]
H A Dnic_main.c302 int bgx, lmac; local
519 nic_get_bgx_stats(struct nicpf *nic, struct bgx_stats_msg *bgx) argument
589 int bgx, next_bgx_lmac = 0; local
686 uint32_t vnic, bgx, lmac, chan; local
824 uint32_t bgx, lmac, chan; local
886 int bgx, lmac; local
1195 uint8_t vf, bgx, lmac; local
[all...]
H A Dnicvf_main.c908 nicvf_read_bgx_stats(struct nicvf *nic, struct bgx_stats_msg *bgx) argument

Completed in 104 milliseconds