Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h92 struct tid_info { struct
129 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
134 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid()
139 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid()
152 static inline void cxgb4_insert_tid(struct tid_info *t, void *data, in cxgb4_insert_tid()
162 int cxgb4_alloc_atid(struct tid_info *t, void *data);
163 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data);
164 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data);
165 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
166 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
[all …]
Dcxgb4_main.c1466 int cxgb4_alloc_atid(struct tid_info *t, void *data) in cxgb4_alloc_atid()
1487 void cxgb4_free_atid(struct tid_info *t, unsigned int atid) in cxgb4_free_atid()
1502 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data) in cxgb4_alloc_stid()
1537 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data) in cxgb4_alloc_sftid()
1565 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family) in cxgb4_free_stid()
1611 static void cxgb4_queue_tid_release(struct tid_info *t, unsigned int chan, in cxgb4_queue_tid_release()
1664 void cxgb4_remove_tid(struct tid_info *t, unsigned int chan, unsigned int tid) in cxgb4_remove_tid()
1691 static int tid_init(struct tid_info *t) in tid_init()
Dcxgb4.h740 struct tid_info tids;
Dcxgb4_debugfs.c2564 const struct tid_info *t = &adap->tids; in tid_info_show()
2626 DEFINE_SIMPLE_DEBUGFS_FILE(tid_info);
/drivers/net/wireless/ath/carl9170/
Dtx.c347 struct carl9170_sta_tid *tid_info, u16 seq) in carl9170_tx_shift_bm() argument
351 off = SEQ_DIFF(seq, tid_info->bsn); in carl9170_tx_shift_bm()
362 WARN_ON_ONCE(!test_and_clear_bit(off, tid_info->bitmap)); in carl9170_tx_shift_bm()
364 off = SEQ_DIFF(tid_info->snx, tid_info->bsn); in carl9170_tx_shift_bm()
368 if (!bitmap_empty(tid_info->bitmap, off)) in carl9170_tx_shift_bm()
369 off = find_first_bit(tid_info->bitmap, off); in carl9170_tx_shift_bm()
371 tid_info->bsn += off; in carl9170_tx_shift_bm()
372 tid_info->bsn &= 0x0fff; in carl9170_tx_shift_bm()
374 bitmap_shift_right(tid_info->bitmap, tid_info->bitmap, in carl9170_tx_shift_bm()
385 struct carl9170_sta_tid *tid_info; in carl9170_tx_status_process_ampdu() local
[all …]
Dmain.c186 struct carl9170_sta_tid *tid_info; in carl9170_ampdu_gc() local
190 list_for_each_entry_rcu(tid_info, &ar->tx_ampdu_list, list) { in carl9170_ampdu_gc()
192 if (tid_info->state == CARL9170_TID_STATE_SHUTDOWN) { in carl9170_ampdu_gc()
193 tid_info->state = CARL9170_TID_STATE_KILLED; in carl9170_ampdu_gc()
194 list_del_rcu(&tid_info->list); in carl9170_ampdu_gc()
196 list_add_tail(&tid_info->tmp_list, &tid_gc); in carl9170_ampdu_gc()
201 rcu_assign_pointer(ar->tx_ampdu_iter, tid_info); in carl9170_ampdu_gc()
208 tid_info = list_first_entry(&tid_gc, struct carl9170_sta_tid, in carl9170_ampdu_gc()
211 while ((skb = __skb_dequeue(&tid_info->queue))) in carl9170_ampdu_gc()
214 list_del_init(&tid_info->tmp_list); in carl9170_ampdu_gc()
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_defs.h50 static inline union active_open_entry *atid2entry(const struct tid_info *t, in atid2entry()
56 static inline union listen_entry *stid2entry(const struct tid_info *t, in stid2entry()
65 static inline struct t3c_tid_entry *lookup_tid(const struct tid_info *t, in lookup_tid()
77 static inline struct t3c_tid_entry *lookup_stid(const struct tid_info *t, in lookup_stid()
96 static inline struct t3c_tid_entry *lookup_atid(const struct tid_info *t, in lookup_atid()
Dcxgb3_offload.c503 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_atid()
523 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_stid()
538 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_insert_tid()
629 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_remove_tid()
654 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_atid()
678 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_stid()
799 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_cr()
893 struct tid_info *t = &(T3C_DATA(dev))->tid_maps; in do_act_establish()
1115 struct tid_info *ti; in cxgb_redirect()
1178 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs()
[all …]
Dcxgb3_offload.h157 struct tid_info { struct
194 struct tid_info tid_maps; argument
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c717 struct tid_info *t = lldi->tids; in do_act_establish()
870 struct tid_info *t = lldi->tids; in do_act_open_rpl()
915 struct tid_info *t = lldi->tids; in do_peer_close()
936 struct tid_info *t = lldi->tids; in do_close_con_rpl()
975 struct tid_info *t = lldi->tids; in do_abort_req_rss()
1023 struct tid_info *t = lldi->tids; in do_abort_rpl_rss()
1048 struct tid_info *t = lldi->tids; in do_rx_data()
1070 struct tid_info *t = lldi->tids; in do_rx_iscsi_hdr()
1175 struct tid_info *t = lldi->tids; in do_rx_data_ddp()
1260 struct tid_info *t = lldi->tids; in do_fw4_ack()
[all …]
/drivers/infiniband/hw/cxgb4/
Dcm.c1117 struct tid_info *t = dev->rdev.lldi.tids; in act_establish()
1737 struct tid_info *t = dev->rdev.lldi.tids; in rx_data()
1790 struct tid_info *t = dev->rdev.lldi.tids; in abort_rpl()
2106 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl()
2213 struct tid_info *t = dev->rdev.lldi.tids; in pass_open_rpl()
2232 struct tid_info *t = dev->rdev.lldi.tids; in close_listsrv_rpl()
2386 struct tid_info *t = dev->rdev.lldi.tids; in pass_accept_req()
2542 struct tid_info *t = dev->rdev.lldi.tids; in pass_establish()
2571 struct tid_info *t = dev->rdev.lldi.tids; in peer_close()
2659 struct tid_info *t = dev->rdev.lldi.tids; in peer_abort()
[all …]
/drivers/infiniband/hw/qib/
Dqib_file_ops.c2115 copy = sizeof(cmd.cmd.tid_info); in qib_write()
2116 dest = &cmd.cmd.tid_info; in qib_write()
2117 src = &ucmd->cmd.tid_info; in qib_write()
2212 ret = qib_tid_update(rcd, fp, &cmd.cmd.tid_info); in qib_write()
2216 ret = qib_tid_free(rcd, subctxt_fp(fp), &cmd.cmd.tid_info); in qib_write()
Dqib_common.h449 struct qib_tid_info tid_info; member
/drivers/staging/rdma/ipath/
Dipath_file_ops.c2285 copy = sizeof(cmd.cmd.tid_info); in ipath_write()
2286 dest = &cmd.cmd.tid_info; in ipath_write()
2287 src = &ucmd->cmd.tid_info; in ipath_write()
2380 ret = ipath_tid_update(pd, fp, &cmd.cmd.tid_info); in ipath_write()
2383 ret = ipath_tid_free(pd, subport_fp(fp), &cmd.cmd.tid_info); in ipath_write()
Dipath_common.h488 struct ipath_tid_info tid_info; member