Lines Matching refs:sdp3_2
72 enum i40e_ptp_gpio_pin_state sdp3_2; member
548 pins.sdp3_2 = pf->ptp_pins->sdp3_2; in i40e_ptp_enable_pin()
565 pin = &pins.sdp3_2; in i40e_ptp_enable_pin()
579 pins.sdp3_2 = off; in i40e_ptp_enable_pin()
1047 i40e_ptp_set_pin_hw(hw, I40E_SDP3_2, pins->sdp3_2); in i40e_ptp_set_pins_hw()
1058 i40e_ptp_gpio_pin_state2str[pins->sdp3_2], in i40e_ptp_set_pins_hw()
1082 if (pins->sdp3_2 == invalid) in i40e_ptp_set_pins()
1083 pins->sdp3_2 = pf->ptp_pins->sdp3_2; in i40e_ptp_set_pins()
1088 while (i40e_ptp_pin_led_allowed_states[i].sdp3_2 != end) { in i40e_ptp_set_pins()
1089 if (pins->sdp3_2 == i40e_ptp_pin_led_allowed_states[i].sdp3_2 && in i40e_ptp_set_pins()
1104 if (i40e_ptp_pin_led_allowed_states[i].sdp3_2 == end) { in i40e_ptp_set_pins()
1107 i40e_ptp_gpio_pin_state2str[pins->sdp3_2], in i40e_ptp_set_pins()
1139 pf->ptp_pins->sdp3_2 = off; in i40e_ptp_alloc_pins()