Searched refs:IBLND_MSG_SIZE (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ | 
| D | o2iblnd_cb.c | 161 	mr = kiblnd_find_dma_mr(conn->ibc_hdev, rx->rx_msgaddr, IBLND_MSG_SIZE);  in kiblnd_post_rx() 166 	rx->rx_sge.length = IBLND_MSG_SIZE;  in kiblnd_post_rx() 1021 	LASSERT(nob <= IBLND_MSG_SIZE);  in kiblnd_init_tx_msg() 1463 		if (nob <= IBLND_MSG_SIZE)  in kiblnd_send() 1515 		if (nob <= IBLND_MSG_SIZE)  in kiblnd_send() 1555 		 <= IBLND_MSG_SIZE);  in kiblnd_send() 1568 		lnet_copy_kiov2flat(IBLND_MSG_SIZE, ibmsg,  in kiblnd_send() 1573 		lnet_copy_iov2flat(IBLND_MSG_SIZE, ibmsg,  in kiblnd_send() 1682 					    IBLND_MSG_SIZE, rxmsg,  in kiblnd_recv() 1687 					   IBLND_MSG_SIZE, rxmsg,  in kiblnd_recv() [all …] 
 | 
| D | o2iblnd.c | 1149 					IBLND_MSG_SIZE, DMA_FROM_DEVICE);  in kiblnd_unmap_rx_descs() 1174 						       IBLND_MSG_SIZE,  in kiblnd_map_rx_descs() 1184 		pg_off += IBLND_MSG_SIZE;  in kiblnd_map_rx_descs() 1211 					IBLND_MSG_SIZE, DMA_TO_DEVICE);  in kiblnd_unmap_tx_pool() 1260 	CLASSERT(IBLND_MSG_SIZE <= PAGE_SIZE);  in kiblnd_map_tx_pool() 1263 	CLASSERT(PAGE_SIZE % IBLND_MSG_SIZE == 0);  in kiblnd_map_tx_pool() 1276 			IBLND_MSG_SIZE, DMA_TO_DEVICE);  in kiblnd_map_tx_pool() 1283 		page_offset += IBLND_MSG_SIZE;  in kiblnd_map_tx_pool() 1866 	npg = (size * IBLND_MSG_SIZE + PAGE_SIZE - 1) / PAGE_SIZE;  in kiblnd_create_tx_pool() 2851 	CLASSERT(sizeof(kib_msg_t) <= IBLND_MSG_SIZE);  in kiblnd_module_init() [all …] 
 | 
| D | o2iblnd.h | 149 #define IBLND_MSG_SIZE	      (4<<10)		 /* max size of queued messages (inc hdr) */  macro 170 #define IBLND_RX_MSG_BYTES(v)       (IBLND_RX_MSGS(v) * IBLND_MSG_SIZE)
  |