Searched refs:CB_MAX_TX_DESC (Results 1 – 4 of 4) sorted by relevance
87 #define CB_MAX_TX_DESC 64 macro109 #define CB_MAX_MAP_REG_NUM CB_MAX_TX_DESC
43 #define CB_MAX_TX_DESC 128 /* max # of descriptors */ macro
293 struct vnt_usb_send_context *tx_context[CB_MAX_TX_DESC];
96 if (vnt_tx_buffers < CB_MIN_TX_DESC || vnt_tx_buffers > CB_MAX_TX_DESC) in vnt_set_options()