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
10753
fw_port_cap32_t pcaps, acaps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8934
unsigned int t4_link_fwcap_to_speed(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8965
fw_port_cap32_t t4_link_fwcap_to_fwspeed(fw_port_cap32_t acaps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8994
static fw_port_cap32_t fwcaps16_to_caps32(fw_port_cap16_t caps16)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8996
fw_port_cap32_t caps32 = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9034
static fw_port_cap16_t fwcaps32_to_caps16(fw_port_cap32_t caps32)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9067
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9070
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9090
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9093
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9122
static fw_port_cap32_t t4_link_supported_speed_to_fec(u32 speed)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9124
fw_port_cap32_t caps = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9146
cc_fec_t fec, fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9148
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9197
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9218
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
9219
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9221
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9248
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9250
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9263
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9265
fw_port_cap32_t tcaps, caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9309
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9311
fw_port_cap32_t caps = *new_caps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9343
fw_port_cap32_t rcap, bool sleep_ok, int timeout)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9421
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
9422
fw_port_cap32_t acaps)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9426
fw_port_cap32_t new_caps = acaps;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9475
static fw_port_cap32_t lstatus_to_fwcap(u32 lstatus)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9477
fw_port_cap32_t linkattr = 0;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9520
fw_port_cap32_t pcaps, acaps, lpacaps, linkattr;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
9690
fw_port_cap32_t linkattr;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1184
t4_mac_link_caps_to_flowctrl(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1200
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1225
t4_mac_port_caps_to_fec_cap(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1246
t4_mac_link_caps_to_fec_cap(fw_port_cap32_t caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1256
fw_port_cap32_t *new_caps)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1298
fw_port_cap32_t new_caps = lc->admin_caps;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
168
fw_port_cap32_t tmm_speed;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1962
fw_port_cap32_t new_caps = lc->admin_caps;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
251
fw_port_cap32_t speed;