Searched refs:ice_pin_desc_e810t (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c12 static const struct ptp_pin_desc ice_pin_desc_e810t[] = { variable in typeref:struct:ptp_pin_desc
42 strscpy(ptp_pins[i].name, ice_pin_desc_e810t[i].name,
44 ptp_pins[i].index = ice_pin_desc_e810t[i].index;
45 ptp_pins[i].func = ice_pin_desc_e810t[i].func;
46 ptp_pins[i].chan = ice_pin_desc_e810t[i].chan;
236 if (chan != ice_pin_desc_e810t[pin].chan)
1830 if (chan == ice_pin_desc_e810t[SMA1].chan)
1832 else if (chan == ice_pin_desc_e810t[SMA2].chan)
1858 if (chan < ice_pin_desc_e810t[SMA2].chan)

Completed in 94 milliseconds