Searched refs:wq_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/oce/
H A Doce_queue.c48 uint32_t q_len, uint32_t wq_type);
201 * @param wq_type work queue type
205 oce_wq *oce_wq_init(POCE_SOFTC sc, uint32_t q_len, uint32_t wq_type) argument
225 wq->cfg.wq_type = (uint8_t) wq_type;
H A Doce_if.h661 uint8_t wq_type; member in struct:wq_config
H A Doce_mbox.c1756 fwcmd->params.req.nic_wq_type = wq->cfg.wq_type;
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1132 MLX5_SET(wq, wq, wq_type, MLX5_WQ_TYPE_CYCLIC);
1714 MLX5_SET(wq, wq, wq_type, MLX5_WQ_TYPE_LINKED_LIST);
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h1192 u8 wq_type[0x4]; member in struct:mlx5_ifc_wq_bits

Completed in 123 milliseconds