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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c531 struct hwtstamp_config stmpconf; local
541 if (copy_from_user(&stmpconf, ifr->ifr_data, sizeof(stmpconf)))
544 if (stmpconf.tx_type != HWTSTAMP_TX_ON &&
545 stmpconf.tx_type != HWTSTAMP_TX_OFF)
551 switch (stmpconf.rx_filter) {
584 if (stmpconf.tx_type == HWTSTAMP_TX_ON)
593 stmpconf.rx_filter = ptp->rx_filter;
594 return copy_to_user(ifr->ifr_data, &stmpconf, sizeof(stmpconf))
607 struct hwtstamp_config stmpconf; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c13905 struct hwtstamp_config stmpconf; local
13910 if (copy_from_user(&stmpconf, ifr->ifr_data, sizeof(stmpconf)))
13913 if (stmpconf.tx_type != HWTSTAMP_TX_ON &&
13914 stmpconf.tx_type != HWTSTAMP_TX_OFF)
13917 switch (stmpconf.rx_filter) {
13977 if (stmpconf.tx_type == HWTSTAMP_TX_ON)
13982 return copy_to_user(ifr->ifr_data, &stmpconf, sizeof(stmpconf)) ?
13989 struct hwtstamp_config stmpconf; local
[all...]

Completed in 115 milliseconds