Home
last modified time | relevance | path

Searched refs:ISER_RX_PAYLOAD_SIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
H A Diser_initiator.c271 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
279 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in iser_alloc_rx_descriptors()
290 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
314 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()
672 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp()
690 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp()
H A Discsi_iser.h157 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro
255 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/
H A Diser_initiator.c253 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
261 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in iser_alloc_rx_descriptors()
271 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
295 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()
648 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp()
666 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp()
H A Discsi_iser.h153 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro
251 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H A Dib_isert.h41 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN) macro
H A Dib_isert.c177 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in isert_alloc_rx_descriptors()
324 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_free_login_buf()
353 isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); in isert_alloc_login_buf()
361 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_alloc_login_buf()
895 sge.length = ISER_RX_PAYLOAD_SIZE; in isert_login_post_recv()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
H A Dib_isert.h41 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN) macro
H A Dib_isert.c176 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in isert_alloc_rx_descriptors()
325 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_free_login_buf()
354 isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); in isert_alloc_login_buf()
362 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_alloc_login_buf()
896 sge.length = ISER_RX_PAYLOAD_SIZE; in isert_login_post_recv()

Completed in 12 milliseconds