Searched refs:sc_buffer_alloc (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| D | pio.h | 294 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,
 | 
| D | ud.c | 685 		pbuf = sc_buffer_alloc(ctxt, plen, NULL, NULL);  in return_cnp_16B()740 		pbuf = sc_buffer_alloc(ctxt, plen, NULL, NULL);  in return_cnp()
 
 | 
| D | pio.c | 1449 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,  in sc_buffer_alloc()  function
 | 
| D | verbs.c | 1040 	pbuf = sc_buffer_alloc(sc, plen, cb, qp);  in hfi1_verbs_send_pio()
 | 
| D | rc.c | 1428 	pbuf = sc_buffer_alloc(rcd->sc, plen, NULL, NULL);  in hfi1_send_rc_ack()
 |