Searched refs:tx_only (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-bcm63xx-hsspi.c | 271 bool tx_only = false; in bcm63xx_prepare_prepend_transfer() local 290 tx_only = false; in bcm63xx_prepare_prepend_transfer() 292 tx_only = true; in bcm63xx_prepare_prepend_transfer() 322 if (tx_only && t->tx_nbits == SPI_NBITS_SINGLE) { in bcm63xx_prepare_prepend_transfer()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1393 goto tx_only; in iavf_napi_poll() 1430 tx_only: in iavf_napi_poll()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.h | 1038 struct bnx2x_queue_setup_tx_only_params tx_only; member
|
H A D | bnx2x_sp.c | 4977 &cmd_params->params.tx_only.gen_params, in bnx2x_q_fill_setup_tx_only() 4979 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only() 4982 &cmd_params->params.tx_only.txq_params, in bnx2x_q_fill_setup_tx_only() 4984 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only() 5111 ¶ms->params.tx_only; in bnx2x_q_send_setup_tx_only()
|
H A D | bnx2x_main.c | 8839 &q_params.params.tx_only; in bnx2x_setup_queue()
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu.h | 2071 int result[][8], int candidate, bool tx_only); 2073 int result[][8], int candidate, bool tx_only);
|
H A D | core.c | 2697 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_a() argument 2746 if (tx_only) { in rtl8xxxu_fill_iqk_matrix_a() 2774 int result[][8], int candidate, bool tx_only) in rtl8xxxu_fill_iqk_matrix_b() argument 2823 if (tx_only) { in rtl8xxxu_fill_iqk_matrix_b()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 2783 goto tx_only; in i40e_napi_poll() 2832 tx_only: in i40e_napi_poll()
|