Lines Matching refs:hw_options
435 bd->hw_options); in cppi_dump_rxbd()
634 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
644 bd->hw_options = CPPI_SOP_SET | CPPI_EOP_SET in cppi_next_tx_segment()
647 bd->hw_options |= CPPI_ZERO_SET; in cppi_next_tx_segment()
652 bd->hw_off_len, bd->hw_options); in cppi_next_tx_segment()
861 bd->hw_options = CPPI_OWN_SET | (i == 0 ? length : 0); in cppi_next_rx_segment()
883 bd->hw_options |= CPPI_SOP_SET; in cppi_next_rx_segment()
884 tail->hw_options |= CPPI_EOP_SET; in cppi_next_rx_segment()
1029 if (!completed && (bd->hw_options & CPPI_OWN_SET)) in cppi_rx_scan()
1035 bd->hw_off_len, bd->hw_options, in cppi_rx_scan()
1039 if ((bd->hw_options & CPPI_SOP_SET) && !completed) in cppi_rx_scan()
1044 if (bd->hw_options & CPPI_EOQ_MASK) in cppi_rx_scan()
1207 if (bd->hw_options & CPPI_OWN_SET) in cppi_interrupt()
1212 bd->hw_off_len, bd->hw_options); in cppi_interrupt()