Searched refs:txq_size (Results 1 – 3 of 3) sorted by relevance
98 uint32_t txq_size; /* TX Descriptors Queue Size */ member119 uint32_t txq_size; /* FCoE TX Descriptors Queue Size. */ member165 uint32_t txq_size; /* PDU TX Descriptors Queue Size. */ member
3612 ether_stat->txq_size = sc->tx_ring_size; in bnx2x_drv_info_ether_stat()
2710 u32 txq_size; in hinic_init_sw_rxtxqs() local2714 txq_size = nic_dev->nic_cap.max_sqs * sizeof(*nic_dev->txqs); in hinic_init_sw_rxtxqs()2715 nic_dev->txqs = kzalloc_aligned(txq_size, GFP_KERNEL); in hinic_init_sw_rxtxqs()