Home
last modified time | relevance | path

Searched refs:payload_buf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/i3c/
H A Dmaster.c2797 void *payload_buf; member
2826 kfree(pool->payload_buf); in i3c_generic_ibi_free_pool()
2865 pool->payload_buf = kcalloc(req->num_slots, in i3c_generic_ibi_alloc_pool()
2867 if (!pool->payload_buf) { in i3c_generic_ibi_alloc_pool()
2878 slot->base.data = pool->payload_buf + in i3c_generic_ibi_alloc_pool()
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c1259 rq->payload_buf = efct_hw_rx_buffer_alloc(hw, rqindex, in efct_hw_rx_allocate()
1262 if (!rq->payload_buf) { in efct_hw_rx_allocate()
1308 seq->payload = &rq->payload_buf[i]; in efct_hw_rx_post()
1336 efct_hw_rx_buffer_free(hw, rq->payload_buf, in efct_hw_rx_free()
1338 rq->payload_buf = NULL; in efct_hw_rx_free()
H A Defct_hw.h560 struct efc_hw_rq_buffer *payload_buf; member