Home
last modified time | relevance | path

Searched refs:veb (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c33 static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi);
48 static int i40e_veb_get_bw_info(struct i40e_veb *veb);
544 if (pf->veb[i]) { in i40e_pf_reset_stats()
545 memset(&pf->veb[i]->stats, 0, in i40e_pf_reset_stats()
546 sizeof(pf->veb[i]->stats)); in i40e_pf_reset_stats()
547 memset(&pf->veb[i]->stats_offsets, 0, in i40e_pf_reset_stats()
548 sizeof(pf->veb[i]->stats_offsets)); in i40e_pf_reset_stats()
549 memset(&pf->veb[i]->tc_stats, 0, in i40e_pf_reset_stats()
550 sizeof(pf->veb[i]->tc_stats)); in i40e_pf_reset_stats()
551 memset(&pf->veb[ in i40e_pf_reset_stats()
769 i40e_update_veb_stats(struct i40e_veb *veb) i40e_update_veb_stats() argument
6519 i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc) i40e_veb_config_tc() argument
9296 i40e_veb_link_event(struct i40e_veb *veb, bool link_up) i40e_veb_link_event() argument
9734 i40e_config_bridge_mode(struct i40e_veb *veb) i40e_config_bridge_mode() argument
9756 i40e_reconstitute_veb(struct i40e_veb *veb) i40e_reconstitute_veb() argument
12517 struct i40e_veb *veb = NULL; i40e_ndo_bridge_setlink() local
12594 struct i40e_veb *veb = NULL; i40e_ndo_bridge_getlink() local
13227 struct i40e_veb *veb; i40e_is_vsi_uplink_mode_veb() local
13510 struct i40e_veb *veb = NULL; i40e_vsi_release() local
13746 struct i40e_veb *veb = NULL; i40e_vsi_setup() local
13922 i40e_veb_get_bw_info(struct i40e_veb *veb) i40e_veb_get_bw_info() argument
13979 struct i40e_veb *veb; i40e_veb_mem_alloc() local
14064 i40e_veb_clear(struct i40e_veb *veb) i40e_veb_clear() argument
14085 i40e_veb_release(struct i40e_veb *veb) i40e_veb_release() argument
14130 i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi) i40e_add_veb() argument
14196 struct i40e_veb *veb, *uplink_veb = NULL; i40e_veb_setup() local
[all...]
H A Di40e_debugfs.c39 * i40e_dbg_find_veb - searches for the veb with the given seid
40 * @pf: the PF structure to search for the veb
41 * @seid: seid of the veb it is searching for
48 if (pf->veb[i] && pf->veb[i]->seid == seid) in i40e_dbg_find_veb()
49 return pf->veb[i]; in i40e_dbg_find_veb()
691 * i40e_dbg_dump_veb_seid - handles dump stats of a single given veb
697 struct i40e_veb *veb; in i40e_dbg_dump_veb_seid() local
699 veb = i40e_dbg_find_veb(pf, seid); in i40e_dbg_dump_veb_seid()
700 if (!veb) { in i40e_dbg_dump_veb_seid()
718 struct i40e_veb *veb; i40e_dbg_dump_veb_all() local
853 struct i40e_veb *veb; i40e_dbg_command_write() local
[all...]
H A Di40e.h598 struct i40e_veb *veb[I40E_MAX_VEB]; member
1041 void i40e_update_veb_stats(struct i40e_veb *veb);
1078 void i40e_veb_release(struct i40e_veb *veb);
1080 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc);
H A Di40e_ethtool.c257 I40E_VEB_STAT("veb.rx_bytes", stats.rx_bytes),
258 I40E_VEB_STAT("veb.tx_bytes", stats.tx_bytes),
259 I40E_VEB_STAT("veb.rx_unicast", stats.rx_unicast),
260 I40E_VEB_STAT("veb.tx_unicast", stats.tx_unicast),
261 I40E_VEB_STAT("veb.rx_multicast", stats.rx_multicast),
262 I40E_VEB_STAT("veb.tx_multicast", stats.tx_multicast),
263 I40E_VEB_STAT("veb.rx_broadcast", stats.rx_broadcast),
264 I40E_VEB_STAT("veb.tx_broadcast", stats.tx_broadcast),
265 I40E_VEB_STAT("veb.rx_discards", stats.rx_discards),
266 I40E_VEB_STAT("veb
2294 struct i40e_veb *veb = NULL; i40e_get_ethtool_stats() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c34 static int i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi);
49 static int i40e_veb_get_bw_info(struct i40e_veb *veb);
547 if (pf->veb[i]) { in i40e_pf_reset_stats()
548 memset(&pf->veb[i]->stats, 0, in i40e_pf_reset_stats()
549 sizeof(pf->veb[i]->stats)); in i40e_pf_reset_stats()
550 memset(&pf->veb[i]->stats_offsets, 0, in i40e_pf_reset_stats()
551 sizeof(pf->veb[i]->stats_offsets)); in i40e_pf_reset_stats()
552 memset(&pf->veb[i]->tc_stats, 0, in i40e_pf_reset_stats()
553 sizeof(pf->veb[i]->tc_stats)); in i40e_pf_reset_stats()
554 memset(&pf->veb[ in i40e_pf_reset_stats()
772 i40e_update_veb_stats(struct i40e_veb *veb) i40e_update_veb_stats() argument
6722 i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc) i40e_veb_config_tc() argument
9886 i40e_veb_link_event(struct i40e_veb *veb, bool link_up) i40e_veb_link_event() argument
10354 i40e_config_bridge_mode(struct i40e_veb *veb) i40e_config_bridge_mode() argument
10376 i40e_reconstitute_veb(struct i40e_veb *veb) i40e_reconstitute_veb() argument
13182 struct i40e_veb *veb = NULL; i40e_ndo_bridge_setlink() local
13259 struct i40e_veb *veb = NULL; i40e_ndo_bridge_getlink() local
13922 struct i40e_veb *veb; i40e_is_vsi_uplink_mode_veb() local
14205 struct i40e_veb *veb = NULL; i40e_vsi_release() local
14441 struct i40e_veb *veb = NULL; i40e_vsi_setup() local
14617 i40e_veb_get_bw_info(struct i40e_veb *veb) i40e_veb_get_bw_info() argument
14674 struct i40e_veb *veb; i40e_veb_mem_alloc() local
14759 i40e_veb_clear(struct i40e_veb *veb) i40e_veb_clear() argument
14780 i40e_veb_release(struct i40e_veb *veb) i40e_veb_release() argument
14825 i40e_add_veb(struct i40e_veb *veb, struct i40e_vsi *vsi) i40e_add_veb() argument
14891 struct i40e_veb *veb, *uplink_veb = NULL; i40e_veb_setup() local
[all...]
H A Di40e_debugfs.c39 * i40e_dbg_find_veb - searches for the veb with the given seid
40 * @pf: the PF structure to search for the veb
41 * @seid: seid of the veb it is searching for
48 if (pf->veb[i] && pf->veb[i]->seid == seid) in i40e_dbg_find_veb()
49 return pf->veb[i]; in i40e_dbg_find_veb()
691 * i40e_dbg_dump_veb_seid - handles dump stats of a single given veb
697 struct i40e_veb *veb; in i40e_dbg_dump_veb_seid() local
699 veb = i40e_dbg_find_veb(pf, seid); in i40e_dbg_dump_veb_seid()
700 if (!veb) { in i40e_dbg_dump_veb_seid()
718 struct i40e_veb *veb; i40e_dbg_dump_veb_all() local
853 struct i40e_veb *veb; i40e_dbg_command_write() local
[all...]
H A Di40e.h630 struct i40e_veb *veb[I40E_MAX_VEB]; member
1158 void i40e_update_veb_stats(struct i40e_veb *veb);
1195 void i40e_veb_release(struct i40e_veb *veb);
1197 int i40e_veb_config_tc(struct i40e_veb *veb, u8 enabled_tc);
H A Di40e_ethtool.c255 I40E_VEB_STAT("veb.rx_bytes", stats.rx_bytes),
256 I40E_VEB_STAT("veb.tx_bytes", stats.tx_bytes),
257 I40E_VEB_STAT("veb.rx_unicast", stats.rx_unicast),
258 I40E_VEB_STAT("veb.tx_unicast", stats.tx_unicast),
259 I40E_VEB_STAT("veb.rx_multicast", stats.rx_multicast),
260 I40E_VEB_STAT("veb.tx_multicast", stats.tx_multicast),
261 I40E_VEB_STAT("veb.rx_broadcast", stats.rx_broadcast),
262 I40E_VEB_STAT("veb.tx_broadcast", stats.tx_broadcast),
263 I40E_VEB_STAT("veb.rx_discards", stats.rx_discards),
264 I40E_VEB_STAT("veb
2396 struct i40e_veb *veb = NULL; i40e_get_ethtool_stats() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dimsttfb.c308 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
470 __u32 MHz, hes, heb, veb, htp, vtp; in compute_imstt_regvals_ibm() local
474 hes = 0x0008; heb = 0x0012; veb = 0x002a; htp = 10; vtp = 2; in compute_imstt_regvals_ibm()
478 hes = 0x0005; heb = 0x0020; veb = 0x0028; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
482 hes = 0x000a; heb = 0x001c; veb = 0x0020; htp = 8; vtp = 3; in compute_imstt_regvals_ibm()
486 hes = 0x0012; heb = 0x0022; veb = 0x0031; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
490 hes = 0x0012; heb = 0x002f; veb = 0x0029; htp = 4; vtp = 1; in compute_imstt_regvals_ibm()
494 hes = 0x0018; heb = 0x0040; veb = 0x002a; htp = 4; vtp = 3; in compute_imstt_regvals_ibm()
508 init->veb = veb; in compute_imstt_regvals_ibm()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dimsttfb.c309 __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()
[all...]

Completed in 35 milliseconds