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

/freebsd-12-stable/sys/dev/firewire/
H A Dsbp.c77 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb)) macro
78 #define SBP_NUM_OCB (SBP_QUEUE_LEN * SBP_NUM_TARGETS)
546 sizeof(struct sbp_ocb) * SBP_QUEUE_LEN);
549 for (i = 0; i < SBP_QUEUE_LEN; i++) {
1967 /*tagged*/ SBP_QUEUE_LEN - 1,
2066 for (i = 0; i < SBP_QUEUE_LEN; i++) {

Completed in 159 milliseconds