Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_icrc.c151 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_check()
173 payload_size(pkt) + bth_pad(pkt)); in rxe_icrc_generate()
Drxe_resp.c488 if (pktlen != mtu || bth_pad(pkt)) { in check_rkey()
497 if ((bth_pad(pkt) != (0x3 & (-resid)))) { in check_rkey()
819 if (bth_pad(&ack_pkt)) { in read_reply()
822 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.c482 if (bth_pad(pkt)) { in finish_packet()
485 memset(pad, 0, bth_pad(pkt)); in finish_packet()