Searched refs:buffer_count (Results 1 – 6 of 6) sorted by relevance
144 uint16_t buffer_count; member
386 recv_pkt->buffer_count = (uint16_t)buf_cnt; in lio_create_recv_info()
839 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_core_drv_init()
2309 ocs_ramlog_init(ocs_t *ocs, uint32_t buffer_len, uint32_t buffer_count) in ocs_ramlog_init() argument2321 ramlog->textbuf_count = buffer_count; in ocs_ramlog_init()2323 …ramlog->textbufs = ocs_malloc(ocs, sizeof(*ramlog->textbufs)*buffer_count, OCS_M_ZERO | OCS_M_NOWA… in ocs_ramlog_init()2330 for (i = 0; i < buffer_count; i ++) { in ocs_ramlog_init()
325 extern ocs_ramlog_t *ocs_ramlog_init(ocs_t *ocs, uint32_t buffer_len, uint32_t buffer_count);
1508 for (i = 0; i < recv_pkt->buffer_count; i++) in lio_link_info()