Home
last modified time | relevance | path

Searched refs:posn (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c2335 static inline int port_inactive_err(u64 posn) in port_inactive_err() argument
2337 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() argument
2347 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() local
2369 int shift = posn - 1; in handle_egress_err()