Lines Matching refs:sk_buff

181 	struct sk_buff *skb;
189 struct sk_buff *skb;
238 struct sk_buff *rx_head;
249 int (*mcu_skb_prepare_msg)(struct mt76_dev *dev, struct sk_buff *skb,
251 int (*mcu_skb_send_msg)(struct mt76_dev *dev, struct sk_buff *skb,
254 struct sk_buff *skb, int seq);
273 enum mt76_txq_id qid, struct sk_buff *skb,
277 struct sk_buff *skb, u32 tx_info);
414 struct sk_buff *skb;
436 struct sk_buff *reorder_buf[] __counted_by(size);
528 struct sk_buff *skb, u32 *info);
734 int (*dump_stats)(struct mt76_phy *phy, struct sk_buff *msg);
741 struct sk_buff *tx_skb;
852 struct sk_buff *head;
853 struct sk_buff **tail;
1343 static inline struct mt76_tx_cb *mt76_tx_skb_cb(struct sk_buff *skb) in mt76_tx_skb_cb()
1350 static inline void *mt76_skb_get_hdr(struct sk_buff *skb) in mt76_skb_get_hdr()
1369 static inline void mt76_insert_hdr_pad(struct sk_buff *skb) in mt76_insert_hdr_pad()
1409 struct sk_buff *skb, in mt76_is_testmode_skb()
1429 void mt76_rx(struct mt76_dev *dev, enum mt76_rxq_id q, struct sk_buff *skb);
1431 struct mt76_wcid *wcid, struct sk_buff *skb);
1435 void mt76_tx_check_agg_ssn(struct ieee80211_sta *sta, struct sk_buff *skb);
1467 struct sk_buff *skb);
1468 struct sk_buff *mt76_tx_status_skb_get(struct mt76_dev *dev,
1471 void mt76_tx_status_skb_done(struct mt76_dev *dev, struct sk_buff *skb,
1473 void __mt76_tx_complete_skb(struct mt76_dev *dev, u16 wcid, struct sk_buff *skb,
1476 mt76_tx_complete_skb(struct mt76_dev *dev, u16 wcid, struct sk_buff *skb) in mt76_tx_complete_skb()
1506 void mt76_insert_ccmp_hdr(struct sk_buff *skb, u8 key_id);
1544 int mt76_testmode_dump(struct ieee80211_hw *hw, struct sk_buff *skb,
1564 mt76_tx_status_get_hw(struct mt76_dev *dev, struct sk_buff *skb) in mt76_tx_status_get_hw()
1583 void mt76_rx_aggr_reorder(struct sk_buff *skb, struct sk_buff_head *frames);
1633 int mt76_skb_adjust_pad(struct sk_buff *skb, int pad);
1680 struct sk_buff *
1683 static inline struct sk_buff *
1690 void mt76_mcu_rx_event(struct mt76_dev *dev, struct sk_buff *skb);
1691 struct sk_buff *mt76_mcu_get_response(struct mt76_dev *dev,
1694 int len, bool wait_resp, struct sk_buff **ret);
1695 int mt76_mcu_skb_send_and_get_msg(struct mt76_dev *dev, struct sk_buff *skb,
1696 int cmd, bool wait_resp, struct sk_buff **ret);
1720 mt76_mcu_skb_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, in mt76_mcu_skb_send_msg()