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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h788 #define QUE_BUFTAG_BIT (1<<31) macro
H A Dlpfc_sli.c1910 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
1923 if (tag & QUE_BUFTAG_BIT)
7019 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
7030 * Always set the QUE_BUFTAG_BIT to distiguish between
7033 phba->buffer_tag_count |= QUE_BUFTAG_BIT;

Completed in 86 milliseconds