Searched refs:acaps (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4vf/ |
A D | t4vf_hw.c | 458 fw_port_cap32_t acaps) in init_link_config() argument 469 lc->auto_fec = fwcap_to_cc_fec(acaps); in init_link_config() 481 lc->acaps = acaps & ADVERT_MASK; in init_link_config() 485 lc->acaps = 0; in init_link_config() 487 lc->speed_caps = fwcap_to_fwspeed(acaps); in init_link_config() 504 fw_port_cap32_t pcaps, acaps; in t4vf_port_init() local 1984 fec = fwcap_to_cc_fec(acaps); in t4vf_handle_get_port_info() 1985 adv_fc = fwcap_to_cc_pause(acaps); in t4vf_handle_get_port_info() 2034 lc->acaps = acaps & ADVERT_MASK; in t4vf_handle_get_port_info() 2050 lc->acaps = 0; in t4vf_handle_get_port_info() [all …]
|
A D | t4vf_common.h | 130 fw_port_cap32_t acaps; /* advertised capabilities */ member
|
A D | cxgb4vf_main.c | 1467 fw_caps_to_lmm(pi->port_type, pi->link_cfg.acaps, in cxgb4vf_get_link_ksettings()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | t4_hw.c | 4137 acaps = lc->acaps | fw_fc | fw_fec; in t4_link_acaps() 4145 acaps = lc->acaps | fw_fc | fw_fec | fw_mdi; in t4_link_acaps() 4158 acaps, lc->pcaps); in t4_link_acaps() 4162 return acaps; in t4_link_acaps() 8617 fec = fwcap_to_cc_fec(acaps); in t4_handle_get_port_info() 8648 lc->def_acaps = acaps; in t4_handle_get_port_info() 8692 lc->acaps = acaps & ADVERT_MASK; in t4_handle_get_port_info() 8708 lc->acaps = 0; in t4_handle_get_port_info() 8897 fw_port_cap32_t acaps) in init_link_config() argument 8900 lc->def_acaps = acaps; in init_link_config() [all …]
|
A D | cxgb4_ethtool.c | 741 lc->acaps = fw_caps; in set_link_ksettings() 748 lc->acaps = fw_caps | FW_PORT_CAP32_ANEG; in set_link_ksettings()
|
A D | cxgb4.h | 581 fw_port_cap32_t acaps; /* advertised capabilities */ member
|
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_hw.h | 297 fw_port_cap32_t acaps; /* advertised capabilities */ member 640 fw_port_cap32_t fwcap_to_fwspeed(fw_port_cap32_t acaps);
|
A D | csio_hw.c | 1544 fw_port_cap32_t fwcap_to_fwspeed(fw_port_cap32_t acaps) in fwcap_to_fwspeed() argument 1548 if (acaps & FW_PORT_CAP32_SPEED_##__caps_speed) \ in fwcap_to_fwspeed() 1689 fw_port_cap32_t acaps) in csio_init_link_config() argument 1692 lc->def_acaps = acaps; in csio_init_link_config() 1714 lc->acaps = lc->pcaps & ADVERT_MASK; in csio_init_link_config() 1718 lc->acaps = 0; in csio_init_link_config() 1764 lrcap = lc->acaps | fw_fc | fw_fec | fw_mdi; in csio_link_l1cfg() 1782 fw_port_cap32_t pcaps, acaps, rcaps; in csio_enable_ports() local 1829 &pcaps, &acaps); in csio_enable_ports() 1837 csio_init_link_config(&hw->pport[i].link_cfg, pcaps, acaps); in csio_enable_ports()
|
A D | csio_mb.c | 387 u32 *pcaps, u32 *acaps) in csio_mb_process_read_port_rsp() argument 396 *acaps = fwcaps16_to_caps32(ntohs(rsp->u.info.acap)); in csio_mb_process_read_port_rsp() 399 *acaps = be32_to_cpu(rsp->u.info32.acaps32); in csio_mb_process_read_port_rsp()
|
Completed in 67 milliseconds