Searched refs:tx_map (Results 1 – 6 of 6) sorted by relevance
1004 void *rx_map = NULL, *tx_map = NULL; in xsk_socket__create_shared() local1111 tx_map = mmap(NULL, off.tx.desc + in xsk_socket__create_shared()1115 if (tx_map == MAP_FAILED) { in xsk_socket__create_shared()1122 tx->producer = tx_map + off.tx.producer; in xsk_socket__create_shared()1123 tx->consumer = tx_map + off.tx.consumer; in xsk_socket__create_shared()1124 tx->flags = tx_map + off.tx.flags; in xsk_socket__create_shared()1125 tx->ring = tx_map + off.tx.desc; in xsk_socket__create_shared()1165 munmap(tx_map, off.tx.desc + in xsk_socket__create_shared()
162 ap_tx_mcs_set = le_to_host16(ap_vht_cap.vht_supported_mcs_set.tx_map); in check_valid_vht_mcs()
172 vht_supported_mcs_set.tx_map)); in hostapd_get_sta_info()
1161 le16 tx_map; member2275 le16 tx_map; member
3319 vhtcaps->vht_supported_mcs_set.tx_map; in get_max_nss_capability()3327 hecaps->he_basic_supported_mcs_set.tx_map; in get_max_nss_capability()
6113 vhtcaps_mask->vht_supported_mcs_set.tx_map |= \6115 vhtcaps->vht_supported_mcs_set.tx_map |= \