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