Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_icrc.c151 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_check()
183 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_generate()
Drxe_resp.c500 if (pktlen != mtu || bth_pad(pkt)) { in check_rkey()
509 if ((bth_pad(pkt) != (0x3 & (-resid)))) { in check_rkey()
741 if (bth_pad(&ack_pkt)) { in read_reply()
744 memset(pad, 0, bth_pad(&ack_pkt)); in read_reply()
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()
Drxe_req.c490 if (bth_pad(pkt)) { in finish_packet()
493 memset(pad, 0, bth_pad(pkt)); in finish_packet()