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

/freebsd-11-stable/sys/dev/amr/
H A Damr_pci.c554 segsize = sizeof(struct amr_sg64entry) * AMR_NSEG * AMR_MAXCMD;
556 segsize = sizeof(struct amr_sgentry) * AMR_NSEG * AMR_MAXCMD;
674 ccbsize = sizeof(union amr_ccb) * AMR_MAXCMD;
H A Damrvar.h227 struct amr_command *amr_busycmd[AMR_MAXCMD];
H A Damrreg.h81 #define AMR_MAXCMD 255 /* ident = 0 not allowed */ macro

Completed in 66 milliseconds