Searched refs:CRQ_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
40 #define CRQ_PER_PAGE (PAGE_SIZE / sizeof(struct viosrp_crq)) macro42 #define DEFAULT_CMD_Q_SIZE CRQ_PER_PAGE
3034 vscsi->cmd_q.mask = ((uint)pages * CRQ_PER_PAGE) - 1; in ibmvscsis_create_command_q()