Home
last modified time | relevance | path

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

/drivers/net/wireless/iwmc3200wifi/
Drx.c345 u8 id_hash = IWM_RX_ID_GET_HASH(id); in iwm_rx_packet_get() local
348 spin_lock(&iwm->packet_lock[id_hash]); in iwm_rx_packet_get()
349 list_for_each_entry(packet, &iwm->rx_packets[id_hash], node) in iwm_rx_packet_get()
352 spin_unlock(&iwm->packet_lock[id_hash]); in iwm_rx_packet_get()
356 spin_unlock(&iwm->packet_lock[id_hash]); in iwm_rx_packet_get()
473 u8 id_hash; in iwm_ntf_rx_packet() local
491 id_hash = IWM_RX_ID_GET_HASH(id); in iwm_ntf_rx_packet()
492 spin_lock(&iwm->packet_lock[id_hash]); in iwm_ntf_rx_packet()
493 list_add_tail(&packet->node, &iwm->rx_packets[id_hash]); in iwm_ntf_rx_packet()
494 spin_unlock(&iwm->packet_lock[id_hash]); in iwm_ntf_rx_packet()