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

/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h48 __field(u32, fd_status)
59 __entry->fd_status = fd->status;
67 __entry->fd_offset, __entry->fd_length, __entry->fd_status)
H A Ddpaa_eth.c2671 u32 fd_status, hash_offset; local
2684 fd_status = be32_to_cpu(fd->status);
2712 if (unlikely(fd_status & FM_FD_STAT_RX_ERRORS) != 0) {
2715 fd_status & FM_FD_STAT_RX_ERRORS);
/linux-master/drivers/spi/
H A Dspi-sunplus-sp7021.c185 unsigned int fd_status; local
189 fd_status = readl(pspim->m_base + SP7021_SPI_STATUS_REG);
190 tx_cnt = FIELD_GET(SP7021_TX_CNT_MASK, fd_status);
191 tx_len = FIELD_GET(SP7021_TX_LEN_MASK, fd_status);
192 total_len = FIELD_GET(SP7021_GET_LEN_MASK, fd_status);
194 if ((fd_status & SP7021_TX_EMP_FLAG) && (fd_status & SP7021_RX_EMP_FLAG) && total_len == 0)
200 rx_cnt = FIELD_GET(SP7021_RX_CNT_MASK, fd_status);
201 if (fd_status & SP7021_RX_FULL_FLAG)
206 fd_status, rx_cn
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h269 u8 fd_status; member in struct:i40e_fdir_filter
H A Di40e_txrx.c58 fdata->fd_status);
H A Di40e_ethtool.c4884 input->fd_status = I40E_FILTER_PROGRAM_DESC_FD_STATUS_FD_ID;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c118 u32 fd_status,
128 if (!((fd_status & DPAA2_FAS_L3CV) &&
129 (fd_status & DPAA2_FAS_L4CV)))
117 dpaa2_eth_validate_rx_csum(struct dpaa2_eth_priv *priv, u32 fd_status, struct sk_buff *skb) argument

Completed in 336 milliseconds