Searched refs:CB_MAX_TX_DESC (Results 1 – 4 of 4) sorted by relevance
99 #define CB_MAX_TX_DESC 64 macro118 #define CB_MAX_MAP_REG_NUM CB_MAX_TX_DESC
46 #define CB_MAX_TX_DESC 128 /* max # of descriptors */ macro
296 struct vnt_usb_send_context *tx_context[CB_MAX_TX_DESC];
98 if (vnt_tx_buffers < CB_MIN_TX_DESC || vnt_tx_buffers > CB_MAX_TX_DESC) in vnt_set_options()