Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_resp.c531 if (pktlen != mtu || bth_pad(pkt)) { in check_rkey()
540 if ((bth_pad(pkt) != (0x3 & (-resid)))) { in check_rkey()
953 if (bth_pad(&ack_pkt)) { in read_reply()
956 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.c523 if (bth_pad(pkt)) { in finish_packet()
526 memset(pad, 0, bth_pad(pkt)); in finish_packet()