Searched refs:IBLND_MSG_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 160 mr = kiblnd_find_dma_mr(conn->ibc_hdev, rx->rx_msgaddr, IBLND_MSG_SIZE); in kiblnd_post_rx() 165 rx->rx_sge.length = IBLND_MSG_SIZE; in kiblnd_post_rx() 1062 LASSERT(nob <= IBLND_MSG_SIZE); in kiblnd_init_tx_msg() 1502 if (nob <= IBLND_MSG_SIZE) in kiblnd_send() 1556 if (nob <= IBLND_MSG_SIZE) in kiblnd_send() 1596 <= IBLND_MSG_SIZE); in kiblnd_send() 1609 lnet_copy_kiov2flat(IBLND_MSG_SIZE, ibmsg, in kiblnd_send() 1614 lnet_copy_iov2flat(IBLND_MSG_SIZE, ibmsg, in kiblnd_send() 1724 IBLND_MSG_SIZE, rxmsg, in kiblnd_recv() 1729 IBLND_MSG_SIZE, rxmsg, in kiblnd_recv() [all …]
|
D | o2iblnd.c | 1146 IBLND_MSG_SIZE, DMA_FROM_DEVICE); in kiblnd_unmap_rx_descs() 1172 IBLND_MSG_SIZE, in kiblnd_map_rx_descs() 1182 pg_off += IBLND_MSG_SIZE; in kiblnd_map_rx_descs() 1209 IBLND_MSG_SIZE, DMA_TO_DEVICE); in kiblnd_unmap_tx_pool() 1258 CLASSERT(IBLND_MSG_SIZE <= PAGE_SIZE); in kiblnd_map_tx_pool() 1261 CLASSERT(PAGE_SIZE % IBLND_MSG_SIZE == 0); in kiblnd_map_tx_pool() 1274 IBLND_MSG_SIZE, DMA_TO_DEVICE); in kiblnd_map_tx_pool() 1281 page_offset += IBLND_MSG_SIZE; in kiblnd_map_tx_pool() 1998 npg = (size * IBLND_MSG_SIZE + PAGE_SIZE - 1) / PAGE_SIZE; in kiblnd_create_tx_pool() 3096 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 171 #define IBLND_RX_MSG_BYTES(v) (IBLND_RX_MSGS(v) * IBLND_MSG_SIZE)
|