HomeSort by: relevance | last modified time | path
    Searched refs:ena_com_sq_have_enough_space (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ena-com/
ena_eth_com.h 113 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, function in typeref:typename:bool
ena_eth_com.c 388 if (!ena_com_sq_have_enough_space(io_sq, num_bufs + 1)) {
566 if (unlikely(!ena_com_sq_have_enough_space(io_sq, 1)))
  /src/sys/dev/pci/
if_ena.c 2938 if (unlikely(!ena_com_sq_have_enough_space(io_sq, adapter->max_tx_sgl_size)))
2994 if (!ena_com_sq_have_enough_space(io_sq, ENA_TX_CLEANUP_THRESHOLD))

Completed in 13 milliseconds