/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 27 __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() 159 cxgbit_tx_data_wr(struct cxgbit_sock *csk, struct sk_buff *skb, u32 dlen, in cxgbit_tx_data_wr() 201 void cxgbit_push_tx_frames(struct cxgbit_sock *csk) in cxgbit_push_tx_frames() 286 static void cxgbit_unlock_sock(struct cxgbit_sock *csk) in cxgbit_unlock_sock() 311 static int cxgbit_queue_skb(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_queue_skb() 393 cxgbit_tx_datain_iso(struct cxgbit_sock *csk, struct iscsit_cmd *cmd, in cxgbit_tx_datain_iso() 484 cxgbit_tx_datain(struct cxgbit_sock *csk, struct iscsit_cmd *cmd, in cxgbit_tx_datain() 517 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_datain_pdu() local 536 struct cxgbit_sock *csk = conn->context; in cxgbit_xmit_nondatain_pdu() local [all …]
|
D | cxgbit_cm.c | 469 struct cxgbit_sock *csk) in cxgbit_set_conn_info() 479 struct cxgbit_sock *csk; in cxgbit_accept_np() local 603 struct cxgbit_sock *csk, *tmp; in cxgbit_free_np() local 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() local 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() 718 static void __cxgbit_free_conn(struct cxgbit_sock *csk) in __cxgbit_free_conn() 759 static void cxgbit_set_emss(struct cxgbit_sock *csk, u16 opt) in cxgbit_set_emss() [all …]
|
D | cxgbit_main.c | 98 struct cxgbit_sock *csk; in cxgbit_close_conn() local 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() local 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() local 541 struct cxgbit_sock *csk; in cxgbit_update_dcb_priority() local
|
D | cxgbit_ddp.c | 98 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() local 271 struct cxgbit_sock *csk = conn->context; in cxgbit_unmap_cmd() local
|
D | cxgbit.h | 258 static inline void cxgbit_get_csk(struct cxgbit_sock *csk) in cxgbit_get_csk() 263 static inline void cxgbit_put_csk(struct cxgbit_sock *csk) in cxgbit_put_csk() 278 static inline void cxgbit_sock_reset_wr_list(struct cxgbit_sock *csk) in cxgbit_sock_reset_wr_list() 284 static inline struct sk_buff *cxgbit_sock_peek_wr(const struct cxgbit_sock *csk) in cxgbit_sock_peek_wr() 290 cxgbit_sock_enqueue_wr(struct cxgbit_sock *csk, struct sk_buff *skb) in cxgbit_sock_enqueue_wr() 303 static inline struct sk_buff *cxgbit_sock_dequeue_wr(struct cxgbit_sock *csk) in cxgbit_sock_dequeue_wr()
|
D | cxgbit_lro.h | 22 struct cxgbit_sock *csk; member
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 159 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 201 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 240 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 276 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 299 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 352 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 394 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() 466 static inline void free_atid(struct cxgbi_sock *csk) in free_atid() 477 struct cxgbi_sock *csk = ctx; in do_act_establish() local 550 struct cxgbi_sock *csk = from_timer(csk, t, retry_timer); in act_open_retry_timer() local [all …]
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 208 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 327 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req6() 441 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 463 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle; in abort_arp_failure() local 474 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 509 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 531 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 614 static inline int send_tx_flowc_wr(struct cxgbi_sock *csk) in send_tx_flowc_wr() 714 cxgb4i_make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, int dlen, in cxgb4i_make_tx_data_wr() 767 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() [all …]
|
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_io.c | 25 static bool is_tls_tx(struct chtls_sock *csk) in is_tls_tx() 30 static bool is_tls_rx(struct chtls_sock *csk) in is_tls_rx() 45 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in nos_ivs() local 93 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in create_flowc_wr_skb() local 109 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in send_flowc_wr() local 168 struct chtls_sock *csk; in send_tx_flowc_wr() local 222 struct chtls_sock *csk; in tls_copy_ivs() local 279 struct chtls_sock *csk; in tls_copy_tx_key() local 349 struct chtls_sock *csk; in tls_tx_data_wr() local 446 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_expansion_size() local [all …]
|
D | chtls_cm.c | 60 struct chtls_sock *csk = kzalloc(sizeof(*csk), GFP_ATOMIC); in chtls_sock_create() local 87 struct chtls_sock *csk = in chtls_sock_release() local 144 struct chtls_sock *csk; in assign_rxopt() local 181 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_purge_write_queue() local 192 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_purge_recv_queue() local 226 struct chtls_sock *csk; in chtls_send_abort() local 247 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in chtls_send_reset() local 299 struct chtls_sock *csk; in chtls_close_conn() local 341 struct chtls_sock *csk; in chtls_close() local 481 struct chtls_sock *csk; in chtls_destroy_sock() local [all …]
|
D | chtls_hw.c | 23 static void __set_tcb_field_direct(struct chtls_sock *csk, in __set_tcb_field_direct() 45 struct chtls_sock *csk; in __set_tcb_field() local 65 struct chtls_sock *csk; in chtls_set_tcb_field() local 136 struct chtls_sock *csk; in chtls_set_quiesce_ctrl() local 178 static int get_new_keyid(struct chtls_sock *csk, u32 optname) in get_new_keyid() 207 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in free_tls_keyid() local 250 static int chtls_key_info(struct chtls_sock *csk, in chtls_key_info() 336 static void chtls_set_scmd(struct chtls_sock *csk) in chtls_set_scmd() 357 int chtls_setkey(struct chtls_sock *csk, u32 keylen, in chtls_setkey()
|
D | chtls_cm.h | 186 static inline void chtls_reset_wr_list(struct chtls_sock *csk) in chtls_reset_wr_list() 192 static inline void enqueue_wr(struct chtls_sock *csk, struct sk_buff *skb) in enqueue_wr() 207 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in dequeue_wr() local
|
D | chtls.h | 464 static inline void csk_set_flag(struct chtls_sock *csk, in csk_set_flag() 470 static inline void csk_reset_flag(struct chtls_sock *csk, in csk_reset_flag() 476 static inline bool csk_conn_inline(const struct chtls_sock *csk) in csk_conn_inline() 483 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in csk_flag() local 490 static inline int csk_flag_nochk(const struct chtls_sock *csk, in csk_flag_nochk() 528 struct chtls_sock *csk = container_of(ref, struct chtls_sock, in chtls_sock_free() local 533 static inline void __chtls_sock_put(const char *fn, struct chtls_sock *csk) in __chtls_sock_put() 539 struct chtls_sock *csk) in __chtls_sock_get() 547 struct chtls_sock *csk = rcu_dereference_sk_user_data(sk); in send_or_defer() local
|
D | chtls_main.c | 494 struct chtls_sock *csk; in do_chtls_setsockopt() local
|
/linux-6.1.9/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 98 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup() local 424 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port() local 439 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port() 500 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port() 540 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs() 559 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create() local 613 struct cxgbi_sock *csk = NULL; in cxgbi_check_route() local 729 struct cxgbi_sock *csk = NULL; in cxgbi_check_route6() local 830 void cxgbi_sock_established(struct cxgbi_sock *csk, unsigned int snd_isn, in cxgbi_sock_established() 840 static void cxgbi_inform_iscsi_conn_closing(struct cxgbi_sock *csk) in cxgbi_inform_iscsi_conn_closing() [all …]
|
D | libcxgbi.h | 84 #define cxgbi_is_iso_config(csk) ((csk)->cdev->skb_iso_txhdr) argument 85 #define cxgbi_is_iso_disabled(csk) ((csk)->disable_iso) argument 274 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag() 283 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag() 292 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag() 300 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state() 310 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() local 321 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put() 328 #define cxgbi_sock_put(csk) __cxgbi_sock_put(__func__, csk) argument 330 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get() [all …]
|
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | cnic.c | 152 static inline void csk_hold(struct cnic_sock *csk) in csk_hold() 157 static inline void csk_put(struct cnic_sock *csk) in csk_put() 285 static int cnic_in_use(struct cnic_sock *csk) in cnic_in_use() 319 struct cnic_sock *csk) in cnic_send_nlmsg() 381 struct cnic_sock *csk; in cnic_iscsi_nl_msg_recv() local 430 static int cnic_offld_prep(struct cnic_sock *csk) in cnic_offld_prep() 443 static int cnic_close_prep(struct cnic_sock *csk) in cnic_close_prep() 457 static int cnic_abort_prep(struct cnic_sock *csk) in cnic_abort_prep() 2130 struct cnic_sock *csk = &cp->csk_tbl[l5_cid]; in cnic_bnx2x_connect() local 3375 static int cnic_cm_offload_pg(struct cnic_sock *csk) in cnic_cm_offload_pg() [all …]
|
/linux-6.1.9/net/kcm/ |
D | kcmsock.c | 48 static void report_csk_error(struct sock *csk, int err) in report_csk_error() 57 struct sock *csk = psock->sk; in kcm_abort_tx_psock() local 1335 struct sock *csk; in kcm_attach() local 1465 struct sock *csk = psock->sk; in kcm_unattach() local 1565 struct sock *csk; in kcm_unattach_ioctl() local
|
/linux-6.1.9/drivers/isdn/mISDN/ |
D | socket.c | 469 struct sock *csk; in data_sock_bind() local
|
/linux-6.1.9/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1582 struct cnic_sock *csk; in bnx2i_host_get_param() local
|
/linux-6.1.9/include/net/ |
D | sock.h | 1834 static inline bool sock_allow_reclassification(const struct sock *csk) in sock_allow_reclassification()
|