Searched refs:sc_buffer_alloc (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rdma/hfi1/ |
D | pio.h | 185 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len,
|
D | ud.c | 527 pbuf = sc_buffer_alloc(ctxt, plen, NULL, NULL); in return_cnp()
|
D | pio.c | 1332 struct pio_buf *sc_buffer_alloc(struct send_context *sc, u32 dw_len, in sc_buffer_alloc() function
|
D | diag.c | 496 pbuf = sc_buffer_alloc(sc, total_len, credit_cb, credit_arg); in diagpkt_send()
|
D | verbs.c | 1155 pbuf = sc_buffer_alloc(sc, plen, NULL, NULL); in hfi1_verbs_send_pio()
|
D | rc.c | 755 pbuf = sc_buffer_alloc(sc, plen, NULL, NULL); in hfi1_send_rc_ack()
|