Searched refs:pio_buf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio.h | 80 struct pio_buf { struct 94 struct pio_buf pbuf; argument 292 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, 325 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, 327 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, 329 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes); 330 void seg_pio_copy_end(struct pio_buf *pbuf);
|
D | pio_copy.c | 71 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy() 225 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 241 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes() 258 struct pio_buf *pbuf, in merge_write8() 283 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8() 304 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, in seg_pio_copy_start() 397 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 524 static void mid_copy_straight(struct pio_buf *pbuf, in mid_copy_straight() 613 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid() 709 void seg_pio_copy_end(struct pio_buf *pbuf) in seg_pio_copy_end()
|
D | pio.c | 929 struct pio_buf *pbuf; in sc_disable() 1439 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() 1442 struct pio_buf *pbuf = NULL; in sc_buffer_alloc() 1685 struct pio_buf *pbuf; in sc_release_update()
|
D | ud.c | 661 struct pio_buf *pbuf; in return_cnp_16B() 720 struct pio_buf *pbuf; in return_cnp()
|
D | hfi.h | 1291 void (*pio_inline_send)(struct hfi1_devdata *dd, struct pio_buf *pbuf,
|
D | verbs.c | 1053 struct pio_buf *pbuf; in hfi1_verbs_send_pio()
|
D | rc.c | 887 struct pio_buf *pbuf; in hfi1_send_rc_ack()
|