Searched refs:new_caps (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 1222 fw_port_cap32_t *new_caps) in t4_mac_flowctrl_to_link_caps() argument 1243 return t4_link_set_pause(pi, pause, new_caps); in t4_mac_flowctrl_to_link_caps() 1283 fw_port_cap32_t *new_caps) in t4_mac_fec_cap_to_link_caps() argument 1315 return t4_link_set_fec(pi, fec, new_caps); in t4_mac_fec_cap_to_link_caps() 1326 fw_port_cap32_t new_caps = lc->admin_caps; in t4_mc_setprop() local 1335 rc = t4_link_set_autoneg(pi, v8, &new_caps); in t4_mc_setprop() 1352 rc = t4_mac_flowctrl_to_link_caps(pi, fc, &new_caps); in t4_mc_setprop() 1358 rc = t4_mac_fec_cap_to_link_caps(pi, fec, &new_caps); in t4_mc_setprop() 1364 &new_caps); in t4_mc_setprop() 1370 &new_caps); in t4_mc_setprop() [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 8982 fw_port_cap32_t *new_caps) in t4_link_set_autoneg() argument 8985 fw_port_cap32_t caps = *new_caps; in t4_link_set_autoneg() 9000 *new_caps = caps; in t4_link_set_autoneg() 9005 fw_port_cap32_t *new_caps) in t4_link_set_pause() argument 9008 fw_port_cap32_t caps = *new_caps; in t4_link_set_pause() 9032 *new_caps = caps; in t4_link_set_pause() 9062 cc_fec_t fec, fw_port_cap32_t *new_caps) in t4_link_update_fec() argument 9064 fw_port_cap32_t caps = *new_caps; in t4_link_update_fec() 9109 *new_caps = caps; in t4_link_update_fec() 9113 fw_port_cap32_t *new_caps) in t4_link_set_fec() argument [all …]
|
H A D | common.h | 585 fw_port_cap32_t *new_caps); 587 fw_port_cap32_t *new_caps); 589 fw_port_cap32_t *new_caps); 591 fw_port_cap32_t *new_caps);
|