Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_admin.c449 bool is_tx, uint32_t vector, uint16_t *hw_index, in ena_create_cq() argument
458 uint8_t desc_size = is_tx ? sizeof (enahw_tx_cdesc_t) : in ena_create_cq()
530 bool is_tx, uint16_t cq_index, uint16_t *hw_index, uint32_t **db_addr) in ena_create_sq() argument
538 is_tx ? ENAHW_SQ_DIRECTION_TX : ENAHW_SQ_DIRECTION_RX; in ena_create_sq()
587 ena_destroy_sq(ena_t *ena, uint16_t hw_idx, bool is_tx) in ena_destroy_sq() argument
592 is_tx ? ENAHW_SQ_DIRECTION_TX : ENAHW_SQ_DIRECTION_RX; in ena_destroy_sq()