Searched refs:ISER_RX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
16 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro40 (ISER_RX_PAYLOAD_SIZE + sizeof(u64) + sizeof(struct ib_sge)))
227 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors()235 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in isert_alloc_rx_descriptors()247 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_alloc_rx_descriptors()270 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in isert_free_rx_descriptors()1601 rx_buflen = ISER_RX_PAYLOAD_SIZE; in isert_rcv_completion()
285 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()293 rx_sg->length = ISER_RX_PAYLOAD_SIZE; in iser_alloc_rx_descriptors()304 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_alloc_rx_descriptors()329 ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE); in iser_free_rx_descriptors()591 rx_buflen = ISER_RX_PAYLOAD_SIZE; in iser_rcv_completion()
191 #define ISER_RX_PAYLOAD_SIZE (ISER_HEADERS_LEN + ISER_RECV_DATA_SEG_LEN) macro285 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \