Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/ulp/iser/ !
Diser_initiator.c190 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
198 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in iser_alloc_rx_descriptors()
209 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()
235 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()
453 rx_buflen = ISER_RX_PAYLOAD_SIZE; in iser_rcv_completion()
Discsi_iser.h139 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro
217 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \