Home
last modified time | relevance | path

Searched refs:p_link (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c1179 OSAL_MEMSET(p_link, 0, sizeof(*p_link)); in ecore_mcp_handle_link_change()
1202 p_link->speed = 100000; in ecore_mcp_handle_link_change()
1205 p_link->speed = 50000; in ecore_mcp_handle_link_change()
1208 p_link->speed = 40000; in ecore_mcp_handle_link_change()
1211 p_link->speed = 25000; in ecore_mcp_handle_link_change()
1214 p_link->speed = 20000; in ecore_mcp_handle_link_change()
1217 p_link->speed = 10000; in ecore_mcp_handle_link_change()
1223 p_link->speed = 1000; in ecore_mcp_handle_link_change()
1226 p_link->speed = 0; in ecore_mcp_handle_link_change()
1232 if (p_link->link_up && p_link->speed) in ecore_mcp_handle_link_change()
[all …]
H A Decore_dev.c5288 if (!p_link->min_pf_rate) { in __ecore_configure_vport_wfq()
5410 p_link->speed = (p_link->line_speed * max_bw) / 100; in __ecore_configure_pf_max_bandwidth()
5425 p_link->speed); in __ecore_configure_pf_max_bandwidth()
5453 p_link, max_bw); in ecore_configure_pf_max_bandwidth()
5474 if (!p_link->line_speed) in __ecore_configure_pf_min_bandwidth()
5477 p_link->min_pf_rate = (p_link->line_speed * min_bw) / 100; in __ecore_configure_pf_min_bandwidth()
5483 p_link->min_pf_rate); in __ecore_configure_pf_min_bandwidth()
5511 p_link, min_bw); in ecore_configure_pf_min_bandwidth()
5517 if (p_link->min_pf_rate) { in ecore_configure_pf_min_bandwidth()
5537 if (p_link->min_pf_rate) in ecore_clean_wfq_db()
[all …]
H A Decore_vf.h319 struct ecore_mcp_link_state *p_link,
358 …f_get_link_state(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_state *p_link, struct ecore_bull… in __ecore_vf_get_link_state() argument
H A Decore_mcp.h381 struct ecore_mcp_link_state *p_link,
385 struct ecore_mcp_link_state *p_link,
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c122 *p_link; /* hash table chain pointer */ member
774 up->p_child = up->p_sibling = up->p_pgrplink = up->p_link = 0; in findhash()
780 for (tp = up->p_link; tp; tp = tp->p_link) { /* follow chain */ in findhash()
793 tp->p_link = up->p_link; /* insert after head */ in findhash()
794 up->p_link = tp; in findhash()
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c72 struct link p_link; member
677 chip->p_link.l_id = vc->v_pchip_id; in main()
678 chip->p_link.l_ptr = chip; in main()
679 ins_link(ins, &chip->p_link); in main()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h237 link_list_t *p_link; member
441 static int split_devlinktab_entry(char *entry, char **selector, char **p_link,
H A Ddevfsadm.c6165 char *p_link; in read_devlinktab_file() local
6190 free_link_list(devlinktab_list->p_link); in read_devlinktab_file()
6239 if (split_devlinktab_entry(line, &selector, &p_link, in read_devlinktab_file()
6246 p_link, (s_link == NULL) ? "" : s_link); in read_devlinktab_file()
6261 if ((entryp->p_link = create_link_list(p_link)) == NULL) { in read_devlinktab_file()
6268 entryp->p_link_pattern = s_strdup(p_link); in read_devlinktab_file()
6274 free_link_list(entryp->p_link); in read_devlinktab_file()
6315 *p_link = ++tab; in split_devlinktab_entry()
6321 if (**p_link == '\0') { in split_devlinktab_entry()
6326 if ((tab = strchr(*p_link, TAB)) != NULL) { in split_devlinktab_entry()
[all …]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in68 p_link
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in98 p_link
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h159 struct proc *p_link; /* forward link */ member