Searched refs:cxgbit_sock (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 47 struct cxgbit_sock; 76 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *); 192 struct cxgbit_sock { struct 262 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument 267 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk() 282 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list() 288 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr() 294 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr() 307 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr() 322 int cxgbit_setup_conn_digest(struct cxgbit_sock *); [all …]
|
D | cxgbit_target.c | 30 __cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len, bool iso) in __cxgbit_alloc_skb() 70 static struct sk_buff *cxgbit_alloc_skb(struct cxgbit_sock *csk, u32 len) in cxgbit_alloc_skb() 163 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr() 205 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames() 290 static bool cxgbit_lock_sock(struct cxgbit_sock *csk) in cxgbit_lock_sock() 302 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock() 306 void (*fn)(struct cxgbit_sock *, struct sk_buff *); in cxgbit_unlock_sock() 327 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb() 413 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain_iso() 504 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsi_cmd *cmd, in cxgbit_tx_datain() [all …]
|
D | cxgbit_cm.c | 472 struct cxgbit_sock *csk) in cxgbit_set_conn_info() 482 struct cxgbit_sock *csk; in cxgbit_accept_np() 508 struct cxgbit_sock, in cxgbit_accept_np() 615 static void cxgbit_send_halfclose(struct cxgbit_sock *csk) in cxgbit_send_halfclose() 648 static int cxgbit_send_abort_req(struct cxgbit_sock *csk) in cxgbit_send_abort_req() 669 __cxgbit_abort_conn(struct cxgbit_sock *csk, struct sk_buff *skb) in __cxgbit_abort_conn() 688 void cxgbit_abort_conn(struct cxgbit_sock *csk) in cxgbit_abort_conn() 710 struct cxgbit_sock *csk = conn->context; in cxgbit_free_conn() 744 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) in cxgbit_set_emss() 762 static void cxgbit_free_skb(struct cxgbit_sock *csk) in cxgbit_free_skb() [all …]
|
D | cxgbit_ddp.c | 101 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() 130 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() 174 cxgbit_ddp_reserve(struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, in cxgbit_ddp_reserve() 236 struct cxgbit_sock *csk = conn->context; in cxgbit_get_r2t_ttt() 274 struct cxgbit_sock *csk = conn->context; in cxgbit_release_cmd()
|
D | cxgbit_main.c | 93 struct cxgbit_sock *csk; in cxgbit_close_conn() 168 cxgbit_process_ddpvld(struct cxgbit_sock *csk, struct cxgbit_lro_pdu_cb *pdu_cb, in cxgbit_process_ddpvld() 311 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb() 335 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb() 352 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush() 374 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive() 436 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler() 536 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority()
|
D | cxgbit_lro.h | 22 struct cxgbit_sock *csk;
|