Searched defs:tcb (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/scsi/ | 
| D | ncr53c8xx.c | 1150 struct tcb {  struct1159 	struct link   jump_tcb;  argument
 1190 	struct lcb *	lp[MAX_LUN];	/* The lcb's of this tcb	*/  argument
 1198 	struct ccb *   nego_cp;
 1204 	u_long	transfers;
 1205 	u_long	bytes;
 1212 /*0*/	u16	period;
 1213 /*2*/	u_char	sval;
 1214 /*3*/	u_char	minsync;
 1215 /*0*/	u_char	wval;
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/agere/ | 
| D | et131x.c | 349 struct tcb {  struct350 	struct tcb *next;	/* Next entry in ring */  argument
 361 	struct tcb *tcb_ring;  argument
 1757 	struct tcb *tcb = tx_ring->tcb_ring;  in et131x_init_send()  local
 2421 static int nic_send_packet(struct et131x_adapter *adapter, struct tcb *tcb)  in nic_send_packet()
 2591 	struct tcb *tcb;  in send_packet()  local
 2639 				    struct tcb *tcb)  in free_send_packet()
 2697 	struct tcb *tcb;  in et131x_free_busy_send_packets()  local
 2743 	struct tcb *tcb;  in et131x_handle_send_pkts()  local
 3397 		struct tcb *tcb = tx_ring->send_head;  in et131x_isr()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ | 
| D | bnad.c | 137 bnad_txq_cleanup(struct bnad *bnad, struct bna_tcb *tcb)  in bnad_txq_cleanup()159 bnad_txcmpl_process(struct bnad *bnad, struct bna_tcb *tcb)  in bnad_txcmpl_process()
 204 bnad_tx_complete(struct bnad *bnad, struct bna_tcb *tcb)  in bnad_tx_complete()
 238 	struct bna_tcb *tcb = (struct bna_tcb *)data;  in bnad_msix_tx()  local
 800 	struct bna_tcb *tcb = NULL;  in bnad_isr()  local
 953 					struct bna_tcb *tcb =  in bnad_cb_ethport_link_status()  local
 999 bnad_cb_tcb_setup(struct bnad *bnad, struct bna_tcb *tcb)  in bnad_cb_tcb_setup()
 1009 bnad_cb_tcb_destroy(struct bnad *bnad, struct bna_tcb *tcb)  in bnad_cb_tcb_destroy()
 1042 	struct bna_tcb *tcb;  in bnad_cb_tx_stall()  local
 1060 	struct bna_tcb *tcb;  in bnad_cb_tx_resume()  local
 [all …]
 
 | 
| D | bnad_ethtool.c | 757 	struct bna_tcb *tcb = NULL;  in bnad_per_q_stats_fill()  local
 | 
| D | bnad.h | 205 	struct bna_tcb *tcb[BNAD_MAX_TXQ_PER_TX];  member
 | 
| D | bna_types.h | 445 	struct bna_tcb *tcb;  member
 | 
| /Linux-v5.4/drivers/staging/isdn/gigaset/ | 
| D | ser-gigaset.c | 104 	struct cmdbuf_t *cb, *tcb;  in send_cb()  local
 | 
| D | common.c | 817 	struct cmdbuf_t *cb, *tcb;  in cleanup_cs()  local
 | 
| /Linux-v5.4/net/core/ | 
| D | sock_map.c | 456 	struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);  in BPF_CALL_4()  local905 	struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);  in BPF_CALL_4()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | strobemeta.h | 255 	void* tcb;  member
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | cm.c | 3818 static inline u64 t4_tcb_get_field64(__be64 *tcb, u16 word)  in t4_tcb_get_field64()3830 static inline u32 t4_tcb_get_field32(__be64 *tcb, u16 word, u32 mask, u32 shift)  in t4_tcb_get_field32()
 3844 	__be64 *tcb = (__be64 *)(rpl + 1);  in read_tcb_rpl()  local
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp.c | 467 		struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);  in tcp_tx_timestamp()  local654 	struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);  in skb_entail()  local
 
 | 
| D | tcp_output.c | 1019 	struct tcp_skb_cb *tcb;  in __tcp_transmit_skb()  local3446 	struct tcp_skb_cb *tcb = TCP_SKB_CB(skb);  in tcp_connect_queue_skb()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ | 
| D | e100.c | 496 		} tcb;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | t4fw_api.h | 576 	} tcb;  member
 |