Home
last modified time | relevance | path

Searched refs:small_buf_q_producer_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1850 qdev->small_buf_q_producer_index++; in ql_update_small_bufq_prod_index()
1852 if (qdev->small_buf_q_producer_index == in ql_update_small_bufq_prod_index()
1854 qdev->small_buf_q_producer_index = 0; in ql_update_small_bufq_prod_index()
1858 writel_relaxed(qdev->small_buf_q_producer_index, in ql_update_small_bufq_prod_index()
3097 qdev->small_buf_q_producer_index = NUM_SBUFQ_ENTRIES - 1; in ql_adapter_initialize()
3111 qdev->small_buf_q_producer_index); in ql_adapter_initialize()
H A Dqla3xxx.h1155 u32 small_buf_q_producer_index; member