Searched refs:ISER_RX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
190 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()
139 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro217 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \