Searched refs:is_tx (Results 1 – 5 of 5) sorted by relevance
94 int is_tx) in ark_mpu_configure() argument107 mpu->cfg.min_host_move = is_tx ? 1 : mpu->hw.obj_per_mrr; in ark_mpu_configure()
112 uint32_t ring_size, int is_tx);
45 is_valid_virt_queue_idx(uint32_t idx, int is_tx, uint32_t nr_vring) in is_valid_virt_queue_idx() argument47 return (is_tx ^ (idx & 1)) == 0 && idx < nr_vring; in is_valid_virt_queue_idx()
12194 int is_tx = (strcmp(res->tx_rx, "tx") == 0) ? 1 : 0; in cmd_set_macsec_sc_parsed() local12197 ret = is_tx ? in cmd_set_macsec_sc_parsed()12203 RTE_SET_USED(is_tx); in cmd_set_macsec_sc_parsed()12294 int is_tx = (strcmp(res->tx_rx, "tx") == 0) ? 1 : 0; in cmd_set_macsec_sa_parsed() local12316 ret = is_tx ? in cmd_set_macsec_sa_parsed()12322 RTE_SET_USED(is_tx); in cmd_set_macsec_sa_parsed()
178 bool is_tx = false; in bnxt_hwrm_send_message() local255 is_tx = true; in bnxt_hwrm_send_message()263 done = bnxt_check_cq_hwrm_done(cpr, is_tx, is_rx, in bnxt_hwrm_send_message()