Searched defs:yaps (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | yaps.c | 23 static int mm81x_yaps_alloc_pkt_buffers(struct mm81x_yaps *yaps) in mm81x_yaps_alloc_pkt_buffers() 43 static void mm81x_yaps_free_pkt_buffers(struct mm81x_yaps *yaps) in mm81x_yaps_free_pkt_buffers() 51 static int mm81x_yaps_write_pkts(struct mm81x_yaps *yaps, in mm81x_yaps_write_pkts() 58 static int mm81x_yaps_read_pkts(struct mm81x_yaps *yaps, in mm81x_yaps_read_pkts() 66 static int mm81x_yaps_update_status(struct mm81x_yaps *yaps) in mm81x_yaps_update_status() 74 struct mm81x_yaps *yaps = &mors->hif.u.yaps; in mm81x_yaps_tc_q_from_aci() local 133 static int mm81x_yaps_read_pkt(struct mm81x_yaps *yaps, struct sk_buff *skb) in mm81x_yaps_read_pkt() 226 static int mm81x_yaps_tx(struct mm81x_yaps *yaps, struct mm81x_skbq *mq) in mm81x_yaps_tx() 325 static bool mm81x_yaps_tx_data_handler(struct mm81x_yaps *yaps) in mm81x_yaps_tx_data_handler() 358 static bool mm81x_yaps_tx_cmd_handler(struct mm81x_yaps *yaps) in mm81x_yaps_tx_cmd_handler() [all …]
|
| H A D | yaps_hw.c | 136 static int mm81x_yaps_hw_lock(struct mm81x_yaps *yaps) in mm81x_yaps_hw_lock() 143 static void mm81x_yaps_hw_unlock(struct mm81x_yaps *yaps) in mm81x_yaps_hw_unlock() 190 static u32 mm81x_write_pkts_h_build_delim(struct mm81x_yaps *yaps, in mm81x_write_pkts_h_build_delim() 219 static unsigned int mm81x_write_pkts_h_pages_required(struct mm81x_yaps *yaps, in mm81x_write_pkts_h_pages_required() 234 static bool mm81x_write_pkts_h_will_fit(struct mm81x_yaps *yaps, in mm81x_write_pkts_h_will_fit() 294 static int mm81x_write_pkts_h_err_check(struct mm81x_yaps *yaps, in mm81x_write_pkts_h_err_check() 308 static int mm81x_yaps_hw_write_pkts(struct mm81x_yaps *yaps, in mm81x_yaps_hw_write_pkts() 423 static int mm81x_read_pkts_h_bytes_remaining(struct mm81x_yaps *yaps) in mm81x_read_pkts_h_bytes_remaining() 439 static int mm81x_yaps_hw_read_pkts(struct mm81x_yaps *yaps, in mm81x_yaps_hw_read_pkts() 563 static int mm81x_yaps_hw_update_status(struct mm81x_yaps *yaps) in mm81x_yaps_hw_update_status() [all …]
|
| H A D | core.h | 348 struct mm81x_yaps yaps; member
|