Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c151 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_check()
173 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_generate()
H A Drxe_resp.c541 if (pktlen != mtu || bth_pad(pkt)) { in check_rkey()
550 if ((bth_pad(pkt) != (0x3 & (-resid)))) { in check_rkey()
948 if (bth_pad(&ack_pkt)) { in read_reply()
951 memset(pad, 0, bth_pad(&ack_pkt)); in read_reply()
H A Drxe_hdr.h310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad() function
974 - bth_pad(pkt) - RXE_ICRC_SIZE; in payload_size()
H A Drxe_req.c524 if (bth_pad(pkt)) { in finish_packet()
527 memset(pad, 0, bth_pad(pkt)); in finish_packet()