Searched refs:status_word (Results 1 – 10 of 10) sorted by relevance
44 unsigned long status_word; /* the frame status word */ member48 unsigned long status_word; /* the frame status word */ member
1041 tx_list_head->status.status_word = 0; in _tx_reclaim_skb()1048 } while (tx_list_head->status.status_word != 0); in _tx_reclaim_skb()1055 if (tx_list_head->status.status_word != 0) in tx_reclaim_skb()1059 while (tx_list_head->status.status_word == 0) { in tx_reclaim_skb()1147 current_tx_ptr->status.status_word = 0; in bfin_mac_hard_start_xmit()1192 if (current_rx_ptr->status.status_word & RX_ERROR_MASK) { in bfin_mac_rx()1217 len = (unsigned short)(current_rx_ptr->status.status_word & RX_FRLEN); in bfin_mac_rx()1260 current_rx_ptr->status.status_word = 0x00000000; in bfin_mac_rx()1271 while (current_rx_ptr->status.status_word != 0 && i < budget) { in bfin_mac_poll()1393 tx_list_head->status.status_word = 0; in bfin_mac_timeout()
102 #define ICP_QAT_FW_PKE_RESP_PKE_STAT_GET(status_word) \ argument103 QAT_FIELD_GET(((status_word >> ICP_QAT_FW_COMN_ONE_BYTE_SHIFT) & \
136 } status_word; in aha1740_makecode() local139 status_word = * (struct statusword *) status; in aha1740_makecode()145 if (!status_word.don) { /* Anything abnormal was detected */ in aha1740_makecode()146 if ( (status[1]&0x18) || status_word.sc ) { in aha1740_makecode()151 if ( status_word.dor ) in aha1740_makecode()178 if ( status_word.qf ) { in aha1740_makecode()
709 WARN_ON(!sc->status_word); in octeon_send_soft_command()710 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()723 WARN_ON(!sc->status_word); in octeon_send_soft_command()724 *sc->status_word = COMPLETION_WORD_INIT; in octeon_send_soft_command()848 sc->status_word = (u64 *)((u8 *)(sc->virtrptr) + rdatasize - 8); in octeon_alloc_soft_command()
110 status64 = *sc->status_word; in lio_process_ordered_list()
74 *sc->status_word = COMPLETION_WORD_INIT; in octeon_alloc_soft_command_resp()
272 u64 *status_word; member
426 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_rxmac_reset()727 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_post_rxds()774 u64 status = le64_to_cpu(rxd->status_word); in gem_rx()1586 rxd->status_word = 0; in gem_clean_rings()1637 rxd->status_word = 0; in gem_init_rings()1650 rxd->status_word = cpu_to_le64(RXDCTRL_FRESH(gp)); in gem_init_rings()
866 __le64 status_word; member