Searched refs:pio_buf (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 38 struct pio_buf { struct 52 struct pio_buf pbuf; argument 251 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, 283 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, 285 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, 287 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes); 288 void seg_pio_copy_end(struct pio_buf *pbuf);
|
H A D | pio_copy.c | 30 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy() 183 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 199 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes() 216 struct pio_buf *pbuf, in merge_write8() 241 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8() 262 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, in seg_pio_copy_start() 355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 482 static void mid_copy_straight(struct pio_buf *pbuf, in mid_copy_straight() 571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid() 667 void seg_pio_copy_end(struct pio_buf *pbuf) in seg_pio_copy_end()
|
H A D | pio.c | 880 struct pio_buf *pbuf; in sc_disable() 1409 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() 1412 struct pio_buf *pbuf = NULL; in sc_buffer_alloc() 1658 struct pio_buf *pbuf; in sc_release_update()
|
H A D | ud.c | 601 struct pio_buf *pbuf; in return_cnp_16B() 663 struct pio_buf *pbuf; in return_cnp()
|
H A D | verbs.c | 951 struct pio_buf *pbuf; in hfi1_verbs_send_pio()
|
H A D | rc.c | 1356 struct pio_buf *pbuf; in hfi1_send_rc_ack()
|