Lines Matching refs:hw_options
435 bd->hw_options); in cppi_dump_rxbd()
635 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
645 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
648 bd->hw_options |= CPPI_ZERO_SET; in cppi_next_tx_segment()
653 bd->hw_off_len, bd->hw_options); in cppi_next_tx_segment()
860 bd->hw_options = CPPI_OWN_SET | (i == 0 ? length : 0); in cppi_next_rx_segment()
882 bd->hw_options |= CPPI_SOP_SET; in cppi_next_rx_segment()
883 tail->hw_options |= CPPI_EOP_SET; in cppi_next_rx_segment()
1028 if (!completed && (bd->hw_options & CPPI_OWN_SET)) in cppi_rx_scan()
1034 bd->hw_off_len, bd->hw_options, in cppi_rx_scan()
1038 if ((bd->hw_options & CPPI_SOP_SET) && !completed) in cppi_rx_scan()
1043 if (bd->hw_options & CPPI_EOQ_MASK) in cppi_rx_scan()
1206 if (bd->hw_options & CPPI_OWN_SET) in cppi_interrupt()
1211 bd->hw_off_len, bd->hw_options); in cppi_interrupt()