Searched refs:desc_count (Results 1 – 6 of 6) sorted by relevance
165 int desc_count; in e1000g_send() local240 desc_count = 1; /* The initial value should be greater than 0 */ in e1000g_send()341 if (desc_count > 0) { in e1000g_send()350 if (desc_count > 0) { in e1000g_send()371 desc_count = in e1000g_send()376 desc_count = in e1000g_send()381 if (desc_count > 0) in e1000g_send()382 desc_total += desc_count; in e1000g_send()383 else if (desc_count < 0) in e1000g_send()415 desc_count = e1000g_fill_tx_ring(tx_ring, &pending_list, &cur_context); in e1000g_send()[all …]
446 uint32_t desc_count; in e1000g_receive() local461 desc_count = 0; in e1000g_receive()498 desc_count++; in e1000g_receive()
496 unsigned int desc_count; in ef10_ev_rx() local539 desc_count = (next_read_lbits - eersp->eers_rx_read_ptr) & in ef10_ev_rx()541 eersp->eers_rx_read_ptr += desc_count; in ef10_ev_rx()547 if (desc_count > 1) { in ef10_ev_rx()
1425 int i, desc_count = 0; in amd8111s_tx_drain() local1427 while ((pTx_desc->Tx_OWN == 0) && (desc_count < TX_RING_SIZE)) { in amd8111s_tx_drain()1430 desc_count ++; in amd8111s_tx_drain()1432 if (desc_count == TX_RING_SIZE) { in amd8111s_tx_drain()
2306 Dwarf_Unsigned desc_count = 0; in dwarf_get_locdesc_entry_d() local2309 desc_count = loclist_head->ll_locdesc_count; in dwarf_get_locdesc_entry_d()2312 if (index >= desc_count) { in dwarf_get_locdesc_entry_d()
5145 size_t desc_count; in get_media() local5162 desc_count = VALCNT(dladm_ether_media_vals); in get_media()5166 desc_count = 0; in get_media()5171 for (size_t i = 0; i < desc_count; i++) { in get_media()