Searched refs:txd (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 325 uint32_t *txr, uint32_t *txd, uint32_t *rxr, uint32_t *rxd);
|
| H A D | nexus_adapter.c | 1127 uint32_t txr, txd, rxr, rxd; in na_update_config() local 1131 txr = txd = rxr = rxd = 0; in na_update_config() 1133 na->na_config(na, &txr, &txd, &rxr, &rxd)) { in na_update_config() 1136 txd = na_get_nslots(na, NR_TX); in na_update_config() 1142 na_get_nslots(na, NR_TX) == txd && in na_update_config() 1151 na->na_name, txr, txd, rxr, rxd); in na_update_config() 1156 na_set_nslots(na, NR_TX, txd); in na_update_config()
|