Searched refs:txd (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/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 | 1187 uint32_t txr, txd, rxr, rxd; in na_update_config() local 1191 txr = txd = rxr = rxd = 0; in na_update_config() 1193 na->na_config(na, &txr, &txd, &rxr, &rxd)) { in na_update_config() 1196 txd = na_get_nslots(na, NR_TX); in na_update_config() 1202 na_get_nslots(na, NR_TX) == txd && in na_update_config() 1211 na->na_name, txr, txd, rxr, rxd); in na_update_config() 1216 na_set_nslots(na, NR_TX, txd); in na_update_config()
|