Searched defs:qset (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/usb/host/whci/ | 
| D | asl.c | 28 static void qset_get_next_prev(struct whc *whc, struct whc_qset *qset,  in qset_get_next_prev()47 static void asl_qset_insert_begin(struct whc *whc, struct whc_qset *qset)  in asl_qset_insert_begin()
 53 static void asl_qset_insert(struct whc *whc, struct whc_qset *qset)  in asl_qset_insert()
 66 static void asl_qset_remove(struct whc *whc, struct whc_qset *qset)  in asl_qset_remove()
 97 static uint32_t process_qset(struct whc *whc, struct whc_qset *qset)  in process_qset()
 147 	struct whc_qset *qset;  in asl_start()  local
 205 	struct whc_qset *qset, *t;  in scan_async_work()  local
 267 	struct whc_qset *qset;  in asl_urb_enqueue()  local
 311 	struct whc_qset *qset = wurb->qset;  in asl_urb_dequeue()  local
 348 void asl_qset_delete(struct whc *whc, struct whc_qset *qset)  in asl_qset_delete()
 [all …]
 
 | 
| D | qset.c | 30 	struct whc_qset *qset;  in qset_alloc()  local53 static void qset_fill_qh(struct whc *whc, struct whc_qset *qset, struct urb *urb)  in qset_fill_qh()
 123 void qset_clear(struct whc *whc, struct whc_qset *qset)  in qset_clear()
 145 void qset_reset(struct whc *whc, struct whc_qset *qset)  in qset_reset()
 161 	struct whc_qset *qset;  in get_qset()  local
 176 void qset_remove_complete(struct whc *whc, struct whc_qset *qset)  in qset_remove_complete()
 189 enum whc_update qset_add_qtds(struct whc *whc, struct whc_qset *qset)  in qset_add_qtds()
 255 static void qset_remove_qtd(struct whc *whc, struct whc_qset *qset)  in qset_remove_qtd()
 331 static void qset_remove_qtds(struct whc *whc, struct whc_qset *qset,  in qset_remove_qtds()
 348 static void qset_free_stds(struct whc_qset *qset, struct urb *urb)  in qset_free_stds()
 [all …]
 
 | 
| D | pzl.c | 65 static int qset_get_period(struct whc *whc, struct whc_qset *qset)  in qset_get_period()76 static void qset_insert_in_sw_list(struct whc *whc, struct whc_qset *qset)  in qset_insert_in_sw_list()
 87 static void pzl_qset_remove(struct whc *whc, struct whc_qset *qset)  in pzl_qset_remove()
 103 static enum whc_update pzl_process_qset(struct whc *whc, struct whc_qset *qset)  in pzl_process_qset()
 209 	struct whc_qset *qset, *t;  in update_pzl_hw_view()  local
 234 	struct whc_qset *qset, *t;  in scan_periodic_work()  local
 295 	struct whc_qset *qset;  in pzl_urb_enqueue()  local
 339 	struct whc_qset *qset = wurb->qset;  in pzl_urb_dequeue()  local
 377 void pzl_qset_delete(struct whc *whc, struct whc_qset *qset)  in pzl_qset_delete()
 
 | 
| D | debug.c | 34 static void qset_print(struct seq_file *s, struct whc_qset *qset)  in qset_print()109 	struct whc_qset *qset;  in asl_print()  local
 121 	struct whc_qset *qset;  in pzl_print()  local
 
 | 
| D | hcd.c | 177 	struct whc_qset *qset;  in whc_endpoint_disable()  local195 	struct whc_qset *qset;  in whc_endpoint_reset()  local
 
 | 
| D | whcd.h | 121 	struct whc_qset *qset;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/cavium/thunder/ | 
| D | nic_main.c | 356 	u8  qset, rq_idx = 0;  in nic_config_cpi()  local448 	u8  qset, idx = 0;  in nic_config_rss()  local
 
 | 
| D | nicvf_ethtool.c | 166 static void nicvf_get_qset_strings(struct nicvf *nic, u8 **data, int qset)  in nicvf_get_qset_strings()
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | common.h | 329 	struct qset_params qset[SGE_QSETS];  member
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_debugfs.c | 2227 static inline struct port_info *ethqset2pinfo(struct adapter *adap, int qset)  in ethqset2pinfo()
 |