Home
last modified time | relevance | path

Searched refs:rx_h (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1103 const struct iwl_rx_handlers *rx_h = &iwl_mvm_rx_handlers[i]; in iwl_mvm_rx_common() local
1106 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1109 if (unlikely(pkt_len < rx_h->min_size)) in iwl_mvm_rx_common()
1112 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mvm_rx_common()
1113 rx_h->fn(mvm, rxb); in iwl_mvm_rx_common()
1125 entry->fn = rx_h->fn; in iwl_mvm_rx_common()
1126 entry->context = rx_h->context; in iwl_mvm_rx_common()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1103 const struct iwl_rx_handlers *rx_h = &iwl_mvm_rx_handlers[i]; in iwl_mvm_rx_common() local
1106 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1109 if (unlikely(pkt_len < rx_h->min_size)) in iwl_mvm_rx_common()
1112 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mvm_rx_common()
1113 rx_h->fn(mvm, rxb); in iwl_mvm_rx_common()
1125 entry->fn = rx_h->fn; in iwl_mvm_rx_common()
1126 entry->context = rx_h->context; in iwl_mvm_rx_common()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1103 const struct iwl_rx_handlers *rx_h = &iwl_mvm_rx_handlers[i]; in iwl_mvm_rx_common() local
1106 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1109 if (unlikely(pkt_len < rx_h->min_size)) in iwl_mvm_rx_common()
1112 if (rx_h->context == RX_HANDLER_SYNC) { in iwl_mvm_rx_common()
1113 rx_h->fn(mvm, rxb); in iwl_mvm_rx_common()
1125 entry->fn = rx_h->fn; in iwl_mvm_rx_common()
1126 entry->context = rx_h->context; in iwl_mvm_rx_common()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/utils/generate-domains-blocklist/
H A Dgenerate-domains-blocklist.py68 rx_h = re.compile(
78 rx_set = [rx_u, rx_l, rx_h, rx_mdl, rx_b, rx_dq]
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi.cxx4639 int rx_y = 0, rx_h = 0, rx_x = 0, rx_w = 0; in UI_check_swap() local
4648 rx_h = mv_h - tx_h; in UI_check_swap()
4660 ReceiveText->resize(rx_x, rx_y, rx_w, rx_h); in UI_check_swap()
4661 FHdisp->resize(rx_x, rx_y, rx_w, rx_h); in UI_check_swap()
4679 rx_h = first_check ? progStatus.tile_y : ReceiveText->h(); in UI_check_swap()
4683 tx_y = rx_y + rx_h; in UI_check_swap()
4684 tx_h = mv_h - rx_h; in UI_check_swap()
4696 ReceiveText->resize(rx_x, rx_y, rx_w, rx_h); in UI_check_swap()
4697 FHdisp->resize(rx_x, rx_y, rx_w, rx_h); in UI_check_swap()