Searched refs:sma (Results 1 – 12 of 12) sorted by relevance
| /drivers/ptp/ |
| A D | ptp_ocp.c | 3011 struct ptp_ocp_sma_connector *sma = &bp->sma[sma_nr - 1]; in ptp_ocp_sma_show() local 3062 struct ptp_ocp_sma_connector *sma = &bp->sma[sma_nr - 1]; in ptp_ocp_sma_store_val() local 3064 if (sma->fixed_dir && (mode != sma->mode || val & SMA_DISABLE)) in ptp_ocp_sma_store_val() 3080 sma->mode = mode; in ptp_ocp_sma_store_val() 3086 if (sma->disabled) in ptp_ocp_sma_store_val() 3100 struct ptp_ocp_sma_connector *sma = &bp->sma[sma_nr - 1]; in ptp_ocp_sma_store() local 3104 mode = sma->mode; in ptp_ocp_sma_store() 4655 int sma_nr = (sma - bp->sma); in ptp_ocp_dpll_direction_set() 4673 int sma_nr = (sma - bp->sma); in ptp_ocp_dpll_frequency_set() 4695 int sma_nr = (sma - bp->sma); in ptp_ocp_dpll_frequency_get() [all …]
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_dpll.c | 376 struct ice_dpll_pin *sma = pin_priv; in ice_dpll_sw_pin_frequency_set() local 379 if (!sma->active) { in ice_dpll_sw_pin_frequency_set() 419 if (!sma->active) { in ice_dpll_sw_pin_frequency_get() 562 p = &d->sma[ICE_DPLL_PIN_SW_1_IDX]; in ice_dpll_sw_pins_update() 571 p = &d->sma[ICE_DPLL_PIN_SW_2_IDX]; in ice_dpll_sw_pins_update() 1302 struct ice_pf *pf = sma->pf; in ice_dpll_sma_pin_state_set() 1311 if (!sma->active) { in ice_dpll_sma_pin_state_set() 1312 ret = ice_dpll_sma_direction_set(sma, sma->direction, extack); in ice_dpll_sma_pin_state_set() 1318 target = sma->input; in ice_dpll_sma_pin_state_set() 1322 target = sma->output; in ice_dpll_sma_pin_state_set() [all …]
|
| A D | ice_dpll.h | 122 struct ice_dpll_pin sma[ICE_DPLL_PIN_SW_NUM]; member
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | cam.c | 823 const u8 *sma = scan_mac_addr ? scan_mac_addr : rtwvif_link->mac_addr; in rtw89_cam_fill_addr_cam_info() local 845 sma_hash = rtw89_cam_addr_hash(sma_start, sma); in rtw89_cam_fill_addr_cam_info() 864 FWCMD_SET_ADDR_SMA0(cmd, sma[0]); in rtw89_cam_fill_addr_cam_info() 865 FWCMD_SET_ADDR_SMA1(cmd, sma[1]); in rtw89_cam_fill_addr_cam_info() 866 FWCMD_SET_ADDR_SMA2(cmd, sma[2]); in rtw89_cam_fill_addr_cam_info() 867 FWCMD_SET_ADDR_SMA3(cmd, sma[3]); in rtw89_cam_fill_addr_cam_info() 868 FWCMD_SET_ADDR_SMA4(cmd, sma[4]); in rtw89_cam_fill_addr_cam_info() 869 FWCMD_SET_ADDR_SMA5(cmd, sma[5]); in rtw89_cam_fill_addr_cam_info()
|
| /drivers/net/ethernet/synopsys/ |
| A D | dwc-xlgmac-common.c | 377 hw_feat->sma = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features() 525 pdata->hw_feat.sma ? "YES" : "NO"); in xlgmac_print_all_hw_features()
|
| A D | dwc-xlgmac.h | 502 unsigned int sma; /* SMA(MDIO) Interface */ member
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe.h | 910 unsigned int sma; /* SMA(MDIO) Interface */ member
|
| A D | xgbe-drv.c | 653 hw_feat->sma = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SMASEL); in xgbe_get_all_hw_features() 746 hw_feat->sma ? "yes" : "no"); in xgbe_get_all_hw_features()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | mad.c | 909 pi->link_down_reason = ppd->local_link_down_reason.sma; in __subn_get_opa_portinfo() 910 pi->neigh_link_down_reason = ppd->neigh_link_down_reason.sma; in __subn_get_opa_portinfo() 1430 ppd->local_link_down_reason.sma = 0; in __subn_set_opa_portinfo() 1435 ppd->neigh_link_down_reason.sma = 0; in __subn_set_opa_portinfo()
|
| A D | hfi.h | 709 u8 sma; member
|
| A D | chip.c | 7161 if (was_up && ppd->local_link_down_reason.sma == 0 && in handle_link_down() 7162 ppd->neigh_link_down_reason.sma == 0) { in handle_link_down() 7163 ppd->local_link_down_reason.sma = in handle_link_down() 7165 ppd->neigh_link_down_reason.sma = in handle_link_down()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | t4fw_api.h | 205 __u8 sma[6]; member 237 __u8 sma[6]; member
|
Completed in 120 milliseconds