Searched refs:tx_only (Results 1 – 5 of 5) sorted by relevance
368 unsigned int tx_only; in fsl_espi_rw_trans() local383 tx_only = 0; in fsl_espi_rw_trans()389 tx_only += t->len; in fsl_espi_rw_trans()395 trans_len += tx_only; in fsl_espi_rw_trans()413 if (tx_only < SPCOM_TRANLEN_MAX) in fsl_espi_rw_trans()414 memcpy(rx_buf + rx_pos, espi_trans->rx_buf + tx_only, in fsl_espi_rw_trans()415 trans_len - tx_only); in fsl_espi_rw_trans()417 rx_pos += trans_len - tx_only; in fsl_espi_rw_trans()420 espi_trans->actual_length += espi_trans->len - tx_only; in fsl_espi_rw_trans()
158 static bool tx_only; /* only handle the IR Tx function */ variable1466 else if (tx_only) /* module option */ in ir_probe()1550 if (rx == NULL && !tx_only) { in ir_probe()1696 module_param(tx_only, bool, 0644);1697 MODULE_PARM_DESC(tx_only, "Only handle the IR transmit function");
1021 struct bnx2x_queue_setup_tx_only_params tx_only; member
4495 &cmd_params->params.tx_only.gen_params, in bnx2x_q_fill_setup_tx_only()4497 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only()4500 &cmd_params->params.tx_only.txq_params, in bnx2x_q_fill_setup_tx_only()4502 &cmd_params->params.tx_only.flags); in bnx2x_q_fill_setup_tx_only()4630 ¶ms->params.tx_only; in bnx2x_q_send_setup_tx_only()
8707 &q_params.params.tx_only; in bnx2x_setup_queue()