Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1352 fwreq.ptp_gpio_ctrl.index = index; in hw_atl_b0_gpio_pulse()
1353 fwreq.ptp_gpio_ctrl.period = period; in hw_atl_b0_gpio_pulse()
1355 fwreq.ptp_gpio_ctrl.start = start; in hw_atl_b0_gpio_pulse()
1357 size = sizeof(fwreq.msg_id) + sizeof(fwreq.ptp_gpio_ctrl); in hw_atl_b0_gpio_pulse()
Dhw_atl_utils.h275 struct hw_fw_request_ptp_gpio_ctrl ptp_gpio_ctrl; member