Home
last modified time | relevance | path

Searched refs:ISER_RX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/infiniband/ulp/isert/
Disert_proto.h16 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro
40 (ISER_RX_PAYLOAD_SIZE + sizeof(u64) + sizeof(struct ib_sge)))
Dib_isert.c223 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors()
231 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in isert_alloc_rx_descriptors()
241 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors()
264 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_free_rx_descriptors()
1596 rx_buflen = ISER_RX_PAYLOAD_SIZE; in isert_rcv_completion()
/linux-4.4.14/drivers/infiniband/ulp/iser/
Diser_initiator.c278 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
286 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in iser_alloc_rx_descriptors()
297 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
322 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()
584 rx_buflen = ISER_RX_PAYLOAD_SIZE; in iser_rcv_completion()
Discsi_iser.h196 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro
308 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \