Lines Matching defs:_x
33 #define VAP_TX_SPIN_LOCK(_x) spin_lock(_x) argument
34 #define VAP_TX_SPIN_UNLOCK(_x) spin_unlock(_x) argument
36 #define VAP_TX_SPIN_LOCK(_x) argument
37 #define VAP_TX_SPIN_UNLOCK(_x) argument
43 #define OL_TX_LOCK(_x) ol_ll_pdev_tx_lock(_x) argument
44 #define OL_TX_UNLOCK(_x) ol_ll_pdev_tx_unlock(_x) argument
46 #define OL_TX_PDEV_LOCK(_x) qdf_spin_lock_bh(_x) argument
47 #define OL_TX_PDEV_UNLOCK(_x) qdf_spin_unlock_bh(_x) argument
49 #define OL_TX_PDEV_LOCK(_x) argument
50 #define OL_TX_PDEV_UNLOCK(_x) argument
52 #define OL_TX_LOCK(_x) argument
53 #define OL_TX_UNLOCK(_x) argument
57 #define OL_TX_FLOW_CTRL_LOCK(_x) qdf_spin_lock_bh(_x) argument
58 #define OL_TX_FLOW_CTRL_UNLOCK(_x) qdf_spin_unlock_bh(_x) argument
60 #define OL_TX_DESC_LOCK(_x) qdf_spin_lock_bh(_x) argument
61 #define OL_TX_DESC_UNLOCK(_x) qdf_spin_unlock_bh(_x) argument
63 #define OSIF_VAP_TX_LOCK(_y, _x) spin_lock(&((_x)->tx_lock)) argument
64 #define OSIF_VAP_TX_UNLOCK(_y, _x) spin_unlock(&((_x)->tx_lock)) argument
66 #define OL_TX_PEER_LOCK(_x, _id) qdf_spin_lock_bh(&((_x)->peer_lock[_id])) argument
67 #define OL_TX_PEER_UNLOCK(_x, _id) qdf_spin_unlock_bh(&((_x)->peer_lock[_id])) argument
69 #define OL_TX_PEER_UPDATE_LOCK(_x, _id) \ argument
71 #define OL_TX_PEER_UPDATE_UNLOCK(_x, _id) \ argument
75 #define OSIF_VAP_TX_LOCK(_y, _x) cdp_vdev_tx_lock( \ argument
77 #define OSIF_VAP_TX_UNLOCK(_y, _x) cdp_vdev_tx_unlock( \ argument
80 #define OL_TX_FLOW_CTRL_LOCK(_x) argument
81 #define OL_TX_FLOW_CTRL_UNLOCK(_x) argument
83 #define OL_TX_DESC_LOCK(_x) argument
84 #define OL_TX_DESC_UNLOCK(_x) argument
86 #define OL_TX_PEER_LOCK(_x, _id) argument
87 #define OL_TX_PEER_UNLOCK(_x, _id) argument
89 #define OL_TX_PEER_UPDATE_LOCK(_x, _id) qdf_spin_lock_bh(&((_x)->tx_lock)) argument
90 #define OL_TX_PEER_UPDATE_UNLOCK(_x, _id) qdf_spin_unlock_bh(&((_x)->tx_lock)) argument