Home
last modified time | relevance | path

Searched refs:ICE_N_PINS_MAX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h204 #define ICE_N_PINS_MAX 6 macro
257 struct ptp_pin_desc pin_desc[ICE_N_PINS_MAX];
H A Dice_ptp.c2358 for (i = 0; i < ICE_N_PINS_MAX; i++) { in ice_ptp_parse_sdp_entries()
2380 for (idx = 0; idx < ICE_N_PINS_MAX; idx++) { in ice_ptp_parse_sdp_entries()
2385 if (idx == ICE_N_PINS_MAX) { in ice_ptp_parse_sdp_entries()
2455 desc = devm_kcalloc(ice_pf_to_dev(pf), ICE_N_PINS_MAX, in ice_ptp_set_funcs_e810()