Searched refs:posn (Results 1 – 1 of 1) sorted by relevance
2335 static inline int port_inactive_err(u64 posn) in port_inactive_err() argument2337 return (posn >= SEES(TX_LINKDOWN) && in port_inactive_err()2338 posn <= SEES(TX_INCORRECT_LINK_STATE)); in port_inactive_err()2345 static inline int disallowed_pkt_err(u64 posn) in disallowed_pkt_err() argument2347 return (posn >= SEES(TX_SDMA0_DISALLOWED_PACKET) && in disallowed_pkt_err()2348 posn <= SEES(TX_SDMA15_DISALLOWED_PACKET)); in disallowed_pkt_err()2364 int posn = fls64(reg_copy); in handle_egress_err() local2369 int shift = posn - 1; in handle_egress_err()