Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
A Drxe_icrc.c151 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_check()
183 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_generate()
A Drxe_resp.c484 if (pktlen != mtu || bth_pad(pkt)) { in check_rkey()
493 if ((bth_pad(pkt) != (0x3 & (-resid)))) { in check_rkey()
725 if (bth_pad(&ack_pkt)) { in read_reply()
728 memset(pad, 0, bth_pad(&ack_pkt)); in read_reply()
A Drxe_hdr.h310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad() function
928 - bth_pad(pkt) - RXE_ICRC_SIZE; in payload_size()
A Drxe_req.c481 if (bth_pad(pkt)) { in finish_packet()
484 memset(pad, 0, bth_pad(pkt)); in finish_packet()

Completed in 9 milliseconds