Searched refs:veb (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 9923 if (!veb || !veb->pf) in i40e_veb_link_event() 9929 if (pf->veb[i] && (pf->veb[i]->uplink_seid == veb->seid)) in i40e_veb_link_event() 13225 veb = pf->veb[i]; in i40e_ndo_bridge_setlink() 13301 veb = pf->veb[i]; in i40e_ndo_bridge_getlink() 14315 veb = pf->veb[i]; in i40e_vsi_release() 14492 veb = pf->veb[i]; in i40e_vsi_setup() 14535 veb = pf->veb[i]; in i40e_vsi_setup() 14734 pf->veb[i] = veb; in i40e_veb_mem_alloc() 14799 if (pf->veb[veb->idx] == veb) in i40e_veb_clear() 14800 pf->veb[veb->idx] = NULL; in i40e_veb_clear() [all …]
|
H A D | i40e_debugfs.c | 49 if (pf->veb[i] && pf->veb[i]->seid == seid) in i40e_dbg_find_veb() 50 return pf->veb[i]; in i40e_dbg_find_veb() 699 struct i40e_veb *veb; in i40e_dbg_dump_veb_seid() local 702 if (!veb) { in i40e_dbg_dump_veb_seid() 708 veb->idx, veb->veb_idx, veb->stats_idx, veb->seid, in i40e_dbg_dump_veb_seid() 709 veb->uplink_seid, in i40e_dbg_dump_veb_seid() 724 veb = pf->veb[i]; in i40e_dbg_dump_veb_all() 725 if (veb) in i40e_dbg_dump_veb_all() 879 if (pf->veb[i] && pf->veb[i]->seid == uplink_seid) in i40e_dbg_command_write() 891 if (veb) in i40e_dbg_command_write() [all …]
|
H A D | i40e.h | 603 struct i40e_veb *veb[I40E_MAX_VEB]; member 1133 void i40e_update_veb_stats(struct i40e_veb *veb); 1170 void i40e_veb_release(struct i40e_veb *veb); 1172 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc);
|
H A D | i40e_ethtool.c | 2397 struct i40e_veb *veb = NULL; in i40e_get_ethtool_stats() local 2424 veb = pf->veb[pf->lan_veb]; in i40e_get_ethtool_stats() 2425 i40e_update_veb_stats(veb); in i40e_get_ethtool_stats() 2432 i40e_add_ethtool_stats(&data, veb_stats ? veb : NULL, in i40e_get_ethtool_stats() 2438 i40e_get_veb_tc_stats(&veb->tc_stats, i); in i40e_get_ethtool_stats()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | imsttfb.c | 309 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member 471 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local 475 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm() 479 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 483 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm() 487 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 491 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm() 495 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm() 509 init->veb = veb; in compute_imstt_regvals_ibm() 510 init->vsb = init->veb + yres; in compute_imstt_regvals_ibm() [all …]
|