Searched refs:ISER_RX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/infiniband/ulp/isert/ |
| D | ib_isert.h | 41 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISCSI_DEF_MAX_RECV_SEG_LEN) macro 63 (ISER_RX_PAYLOAD_SIZE + sizeof(u64) + sizeof(struct ib_sge) + \
|
| D | ib_isert.c | 186 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors() 194 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in isert_alloc_rx_descriptors() 205 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors() 226 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_free_rx_descriptors() 408 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_free_login_buf() 412 ISER_RX_PAYLOAD_SIZE, in isert_free_login_buf() 430 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_login_buf() 438 isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); in isert_alloc_login_buf() 446 ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE); in isert_alloc_login_buf() 460 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_login_buf() [all …]
|
| /Linux-v5.4/drivers/infiniband/ulp/iser/ |
| D | iser_initiator.c | 271 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() 315 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors() 665 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp() 683 desc->dma_addr, ISER_RX_PAYLOAD_SIZE, in iser_task_rsp()
|
| D | iscsi_iser.h | 162 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro 259 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \
|