Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-sunplus-sp7021.c185 unsigned int fd_status; in sp7021_spi_host_irq() local
190 tx_cnt = FIELD_GET(SP7021_TX_CNT_MASK, fd_status); in sp7021_spi_host_irq()
191 tx_len = FIELD_GET(SP7021_TX_LEN_MASK, fd_status); in sp7021_spi_host_irq()
192 total_len = FIELD_GET(SP7021_GET_LEN_MASK, fd_status); in sp7021_spi_host_irq()
194 if ((fd_status & SP7021_TX_EMP_FLAG) && (fd_status & SP7021_RX_EMP_FLAG) && total_len == 0) in sp7021_spi_host_irq()
200 rx_cnt = FIELD_GET(SP7021_RX_CNT_MASK, fd_status); in sp7021_spi_host_irq()
201 if (fd_status & SP7021_RX_FULL_FLAG) in sp7021_spi_host_irq()
206 fd_status, rx_cnt, tx_cnt, tx_len); in sp7021_spi_host_irq()
214 tx_len = FIELD_GET(SP7021_TX_LEN_MASK, fd_status); in sp7021_spi_host_irq()
221 if (fd_status & SP7021_RX_FULL_FLAG) in sp7021_spi_host_irq()
[all …]
/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_eth_trace.h48 __field(u32, fd_status)
59 __entry->fd_status = __be32_to_cpu(fd->status);
67 __entry->fd_offset, __entry->fd_length, __entry->fd_status)
A Ddpaa_eth.c2695 u32 fd_status, hash_offset; in rx_default_dqrr() local
2708 fd_status = be32_to_cpu(fd->status); in rx_default_dqrr()
2736 if (unlikely(fd_status & FM_FD_STAT_RX_ERRORS) != 0) { in rx_default_dqrr()
2739 fd_status & FM_FD_STAT_RX_ERRORS); in rx_default_dqrr()
/drivers/net/ethernet/intel/i40e/
A Di40e.h272 u8 fd_status; member
A Di40e_txrx.c60 fdata->fd_status); in i40e_fdir()
A Di40e_ethtool.c4881 input->fd_status = I40E_FILTER_PROGRAM_DESC_FD_STATUS_FD_ID; in i40e_add_fdir_ethtool()
/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth.c118 u32 fd_status, in dpaa2_eth_validate_rx_csum() argument
128 if (!((fd_status & DPAA2_FAS_L3CV) && in dpaa2_eth_validate_rx_csum()
129 (fd_status & DPAA2_FAS_L4CV))) in dpaa2_eth_validate_rx_csum()

Completed in 43 milliseconds