Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c1345 fwreq.ptp_gpio_ctrl.index = index; in hw_atl_b0_gpio_pulse()
1346 fwreq.ptp_gpio_ctrl.period = period; in hw_atl_b0_gpio_pulse()
1348 fwreq.ptp_gpio_ctrl.start = start; in hw_atl_b0_gpio_pulse()
1350 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