Lines Matching defs:posn
5772 static inline int port_inactive_err(u64 posn)
5774 return (posn >= SEES(TX_LINKDOWN) &&
5775 posn <= SEES(TX_INCORRECT_LINK_STATE));
5782 static inline int disallowed_pkt_err(int posn)
5784 return (posn >= SEES(TX_SDMA0_DISALLOWED_PACKET) &&
5785 posn <= SEES(TX_SDMA15_DISALLOWED_PACKET));
5793 static inline int disallowed_pkt_engine(int posn)
5795 return posn - SEES(TX_SDMA0_DISALLOWED_PACKET);
5861 int posn = fls64(reg_copy);
5863 int shift = posn - 1;