Lines Matching defs:posn
5732 static inline int port_inactive_err(u64 posn)
5734 return (posn >= SEES(TX_LINKDOWN) &&
5735 posn <= SEES(TX_INCORRECT_LINK_STATE));
5742 static inline int disallowed_pkt_err(int posn)
5744 return (posn >= SEES(TX_SDMA0_DISALLOWED_PACKET) &&
5745 posn <= SEES(TX_SDMA15_DISALLOWED_PACKET));
5753 static inline int disallowed_pkt_engine(int posn)
5755 return posn - SEES(TX_SDMA0_DISALLOWED_PACKET);
5821 int posn = fls64(reg_copy);
5823 int shift = posn - 1;