Searched refs:buffer_count (Results 1 – 6 of 6) sorted by relevance
145 uint16_t buffer_count; member
387 recv_pkt->buffer_count = (uint16_t)buf_cnt; in lio_create_recv_info()
840 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_core_drv_init()
2311 ocs_ramlog_init(ocs_t *ocs, uint32_t buffer_len, uint32_t buffer_count) in ocs_ramlog_init() argument2323 ramlog->textbuf_count = buffer_count; in ocs_ramlog_init()2325 …ramlog->textbufs = ocs_malloc(ocs, sizeof(*ramlog->textbufs)*buffer_count, OCS_M_ZERO | OCS_M_NOWA… in ocs_ramlog_init()2332 for (i = 0; i < buffer_count; i ++) { in ocs_ramlog_init()
327 extern ocs_ramlog_t *ocs_ramlog_init(ocs_t *ocs, uint32_t buffer_len, uint32_t buffer_count);
1518 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_link_info()