Searched refs:DEBUG_QUEUE (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/drivers/solarflare/
H A Dsfn5122f_debug.h24 #define DEBUG_QUEUE(x...) printf("sfn5122f_q : " x) macro
26 #define DEBUG_QUEUE(x...) do {} while (0) macro
H A Ddevif_backend_solarflare.c26 #define DEBUG_QUEUE(x...) debug_printf("sfn5122f_q : " x) macro
28 #define DEBUG_QUEUE(x...) do {} while (0) macro
118 DEBUG_QUEUE("binding CB \n");
176 DEBUG_QUEUE("Region %d registered \n", rid);
216 DEBUG_QUEUE("Control cmd=%lu value=%lu \n", cmd, value);
223 DEBUG_QUEUE("Notify \n");
235 DEBUG_QUEUE("SFN5122F_%d: Not enough space in RX ring, not adding buffer\n",
262 DEBUG_QUEUE("RX_BUF tbl_idx=%lu offset=%d flags=%lu \n",
284 DEBUG_QUEUE("Enqueueing TX buf\n");
314 DEBUG_QUEUE("TX_BU
[all...]
/barrelfish-master/usr/drivers/e10k/
H A Ddebug.h42 #define DEBUG_QUEUE(x...) do { printf("e10k_queue:%s.%d:%s:%d: ", \ macro
47 #define DEBUG_QUEUE(x...) ((void)0) macro
H A Ddevif_backend_e10k.c150 DEBUG_QUEUE("e10k_%d: Not enough space in TX ring, not adding buffer\n",
165 DEBUG_QUEUE("TX Enqueuing offset=%lu valid_data=%lu phys=%lx txhwb=%d tx_tail=%zu tx_head=%zu"
208 //DEBUG_QUEUE("Enqueueing RX buf \n");
211 DEBUG_QUEUE("e10k_%d: Not enough space in RX ring, not adding buffer\n",
278 DEBUG_QUEUE("Queue %d sent offset=%lu valid_length=%lu \n",
287 DEBUG_QUEUE("Queue %d received offset=%lu valid_length=%lu \n",
335 DEBUG_QUEUE("register region id %d base=%lx \n", rid, entry->mem.devaddr);
349 DEBUG_QUEUE("registerd region id %d base=%p len=%ld \n", rid,
390 DEBUG_QUEUE("Interrupt on queue %d \n", qid);
408 DEBUG_QUEUE("Sucessfull
[all...]

Completed in 34 milliseconds