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

/freebsd-11.0-release/sys/dev/firewire/
H A Dsbp.c75 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb)) macro
76 #define SBP_NUM_OCB (SBP_QUEUE_LEN * SBP_NUM_TARGETS)
545 sizeof(struct sbp_ocb) * SBP_QUEUE_LEN);
548 for (i = 0; i < SBP_QUEUE_LEN; i++) {
1946 /*tagged*/ SBP_QUEUE_LEN - 1,
2045 for (i = 0; i < SBP_QUEUE_LEN; i++) {

Completed in 54 milliseconds