Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
H A Defct_hw.c1258 rq->payload_buf = efct_hw_rx_buffer_alloc(hw, rqindex, in efct_hw_rx_allocate()
1261 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