Home
last modified time | relevance | path

Searched refs:cxgbit_sock (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit.h44 struct cxgbit_sock;
73 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *);
189 struct cxgbit_sock { struct
259 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument
264 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk()
279 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list()
285 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr()
291 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr()
304 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
319 int cxgbit_setup_conn_digest(struct cxgbit_sock *);
[all …]
Dcxgbit_target.c27 __cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len, bool iso) in __cxgbit_alloc_skb()
67 static struct sk_buff *cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len) in cxgbit_alloc_skb()
160 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr()
202 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames()
287 static bool cxgbit_lock_sock(struct cxgbit_sock *csk) in cxgbit_lock_sock()
299 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock()
303 void (*fn)(struct cxgbit_sock *, struct sk_buff *); in cxgbit_unlock_sock()
324 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb()
410 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain_iso()
501 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain()
[all …]
Dcxgbit_cm.c469 struct cxgbit_sock *csk) in cxgbit_set_conn_info()
479 struct cxgbit_sock *csk; in cxgbit_accept_np()
505 struct cxgbit_sock, in cxgbit_accept_np()
598 static void __cxgbit_free_conn(struct cxgbit_sock *csk);
603 struct cxgbit_sock *csk, *tmp; in cxgbit_free_np()
622 static void cxgbit_send_halfclose(struct cxgbit_sock *csk) in cxgbit_send_halfclose()
641 struct cxgbit_sock *csk = handle; in cxgbit_arp_failure_discard()
658 static int cxgbit_send_abort_req(struct cxgbit_sock *csk) in cxgbit_send_abort_req()
679 __cxgbit_abort_conn(struct cxgbit_sock *csk, struct sk_buff *skb) in __cxgbit_abort_conn()
698 void cxgbit_abort_conn(struct cxgbit_sock *csk) in cxgbit_abort_conn()
[all …]
Dcxgbit_ddp.c98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata()
127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map()
171 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve()
233 struct cxgbit_sock *csk = conn->context; in cxgbit_get_r2t_ttt()
271 struct cxgbit_sock *csk = conn->context; in cxgbit_unmap_cmd()
Dcxgbit_main.c91 struct cxgbit_sock *csk; in cxgbit_close_conn()
166 cxgbit_process_ddpvld(struct cxgbit_sock *csk, struct cxgbit_lro_pdu_cb *pdu_cb, in cxgbit_process_ddpvld()
309 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb()
333 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb()
350 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush()
372 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive()
434 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler()
534 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority()
Dcxgbit_lro.h22 struct cxgbit_sock *csk;