Symbol: fw_port_cap32_t
usr/src/uts/common/io/cxgbe/common/common.h
502
fw_port_cap32_t pcaps; /* link capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
503
fw_port_cap32_t acaps; /* advertised capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
504
fw_port_cap32_t lpacaps; /* peer advertised capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
506
fw_port_cap32_t link_caps; /* current link capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
507
fw_port_cap32_t admin_caps; /* admin configured link capabilities */
usr/src/uts/common/io/cxgbe/common/common.h
582
unsigned int t4_link_fwcap_to_speed(fw_port_cap32_t caps);
usr/src/uts/common/io/cxgbe/common/common.h
583
fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps);
usr/src/uts/common/io/cxgbe/common/common.h
585
fw_port_cap32_t *new_caps);
usr/src/uts/common/io/cxgbe/common/common.h
587
fw_port_cap32_t *new_caps);
usr/src/uts/common/io/cxgbe/common/common.h
589
fw_port_cap32_t *new_caps);
usr/src/uts/common/io/cxgbe/common/common.h
590
int t4_link_set_speed(struct port_info *pi, fw_port_cap32_t speed, u8 en,
usr/src/uts/common/io/cxgbe/common/common.h
591
fw_port_cap32_t *new_caps);
usr/src/uts/common/io/cxgbe/common/common.h
594
fw_port_cap32_t rcap, bool sleep_ok, int timeout);
usr/src/uts/common/io/cxgbe/common/common.h
597
fw_port_cap32_t rcap)
usr/src/uts/common/io/cxgbe/common/common.h
604
fw_port_cap32_t rcap)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10767
fw_port_cap32_t pcaps, acaps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8947
unsigned int t4_link_fwcap_to_speed(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8978
fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9007
static fw_port_cap32_t fwcaps16_to_caps32(fw_port_cap16_t caps16)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9009
fw_port_cap32_t caps32 = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9047
static fw_port_cap16_t fwcaps32_to_caps16(fw_port_cap32_t caps32)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9080
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9083
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9103
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9106
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9136
static fw_port_cap32_t t4_link_supported_speed_to_fec(u32 speed)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9138
fw_port_cap32_t caps = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9160
cc_fec_t fec, fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9162
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9211
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9232
int t4_link_set_speed(struct port_info *pi, fw_port_cap32_t speed, u8 en,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9233
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9235
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9262
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9264
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9277
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9279
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9323
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9325
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9357
fw_port_cap32_t rcap, bool sleep_ok, int timeout)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9435
static void t4_init_link_config(struct port_info *pi, fw_port_cap32_t pcaps,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9436
fw_port_cap32_t acaps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9440
fw_port_cap32_t new_caps = acaps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9489
static fw_port_cap32_t lstatus_to_fwcap(u32 lstatus)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9491
fw_port_cap32_t linkattr = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9534
fw_port_cap32_t pcaps, acaps, lpacaps, linkattr;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9704
fw_port_cap32_t linkattr;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1233
t4_mac_link_caps_to_flowctrl(fw_port_cap32_t caps, link_flowctrl_t *fc)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1255
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1280
t4_mac_port_caps_to_fec_cap(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1301
t4_mac_admin_caps_to_fec_cap(fw_port_cap32_t caps, link_fec_t *fec)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1307
t4_mac_link_caps_to_fec_cap(fw_port_cap32_t caps, link_fec_t *fec)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1318
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1361
fw_port_cap32_t new_caps = lc->admin_caps;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
186
fw_port_cap32_t tmm_speed;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
2026
fw_port_cap32_t new_caps = lc->admin_caps;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
269
fw_port_cap32_t speed;