Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h44 struct cxgbit_sock;
73 void (*backlog_fn)(struct cxgbit_sock *, struct sk_buff *);
189 struct cxgbit_sock { struct
258 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() argument
263 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk()
318 int cxgbit_setup_conn_digest(struct cxgbit_sock *);
321 void cxgbit_abort_conn(struct cxgbit_sock *csk);
325 int cxgbit_rx_data_ack(struct cxgbit_sock *);
328 void cxgbit_push_tx_frames(struct cxgbit_sock *);
334 u32 cxgbit_send_tx_flowc_wr(struct cxgbit_sock *);
[all …]
H A Dcxgbit_target.c201 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames()
290 void (*fn)(struct cxgbit_sock *, struct sk_buff *); in cxgbit_unlock_sock()
517 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_datain_pdu()
536 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_nondatain_pdu()
574 struct cxgbit_sock *csk = conn->context; in cxgbit_validate_params()
717 struct cxgbit_sock *csk = conn->context; in cxgbit_set_params()
777 struct cxgbit_sock *csk = conn->context; in cxgbit_put_login_tx()
860 struct cxgbit_sock *csk = conn->context; in cxgbit_handle_immediate_data()
1606 static int cxgbit_wait_rxq(struct cxgbit_sock *csk) in cxgbit_wait_rxq()
1631 struct cxgbit_sock *csk = conn->context; in cxgbit_get_login_rx()
[all …]
H A 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()
603 struct cxgbit_sock *csk, *tmp; in cxgbit_free_np()
641 struct cxgbit_sock *csk = handle; in cxgbit_arp_failure_discard()
795 struct cxgbit_sock *csk; in _cxgbit_free_csk()
1219 struct cxgbit_sock *csk = NULL; in cxgbit_pass_accept_req()
1628 struct cxgbit_sock *csk; in cxgbit_pass_establish()
1899 struct cxgbit_sock *csk; in cxgbit_set_tcb_rpl()
1920 struct cxgbit_sock *csk; in cxgbit_rx_data()
[all …]
H A 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()
H A Dcxgbit_main.c98 struct cxgbit_sock *csk; in cxgbit_close_conn()
173 cxgbit_process_ddpvld(struct cxgbit_sock *csk, struct cxgbit_lro_pdu_cb *pdu_cb, in cxgbit_process_ddpvld()
316 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb()
340 static void cxgbit_queue_lro_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_lro_skb()
357 struct cxgbit_sock *csk = lro_cb->csk; in cxgbit_lro_flush()
379 cxgbit_lro_receive(struct cxgbit_sock *csk, u8 op, const __be64 *rsp, in cxgbit_lro_receive()
441 struct cxgbit_sock *csk = NULL; in cxgbit_uld_lro_rx_handler()
541 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority()
H A Dcxgbit_lro.h22 struct cxgbit_sock *csk;