Searched refs:max_buf_count (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
H A Dozeltbuf.h21 unsigned max_buf_count; member in struct:oz_elt_stream
54 int oz_elt_stream_create(struct oz_elt_buf *buf, u8 id, int max_buf_count);
H A Dozeltbuf.c76 int oz_elt_stream_create(struct oz_elt_buf *buf, u8 id, int max_buf_count) oz_elt_stream_create() argument
87 st->max_buf_count = max_buf_count; oz_elt_stream_create()
191 while ((st->buf_count > st->max_buf_count) && oz_queue_elt_info()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c502 unsigned max_buf_count = max_entry_count * bad_buf_count() local
505 return ((buf_count & (buf_count - 1)) || buf_count > max_buf_count); bad_buf_count()

Completed in 187 milliseconds