Searched refs:cxgbi_sock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 183 struct cxgbi_sock { struct 326 static inline void cxgbi_sock_set_flag(struct cxgbi_sock *csk, in cxgbi_sock_set_flag() 335 static inline void cxgbi_sock_clear_flag(struct cxgbi_sock *csk, in cxgbi_sock_clear_flag() 344 static inline int cxgbi_sock_flag(struct cxgbi_sock *csk, in cxgbi_sock_flag() 352 static inline void cxgbi_sock_set_state(struct cxgbi_sock *csk, int state) in cxgbi_sock_set_state() 362 struct cxgbi_sock *csk = container_of(kref, in cxgbi_sock_free() 363 struct cxgbi_sock, in cxgbi_sock_free() 373 static inline void __cxgbi_sock_put(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_put() 382 static inline void __cxgbi_sock_get(const char *fn, struct cxgbi_sock *csk) in __cxgbi_sock_get() 391 static inline int cxgbi_sock_is_closing(struct cxgbi_sock *csk) in cxgbi_sock_is_closing() [all …]
|
D | libcxgbi.c | 69 sizeof(struct cxgbi_sock *), in cxgbi_device_portmap_create() 86 struct cxgbi_sock *csk; in cxgbi_device_portmap_cleanup() 403 static struct cxgbi_sock *find_sock_on_port(struct cxgbi_device *cdev, in find_sock_on_port() 416 struct cxgbi_sock *csk = pmap->port_csk[i]; in find_sock_on_port() 431 static int sock_get_port(struct cxgbi_sock *csk) in sock_get_port() 492 static void sock_put_port(struct cxgbi_sock *csk) in sock_put_port() 532 void cxgbi_sock_free_cpl_skbs(struct cxgbi_sock *csk) in cxgbi_sock_free_cpl_skbs() 549 static struct cxgbi_sock *cxgbi_sock_create(struct cxgbi_device *cdev) in cxgbi_sock_create() 551 struct cxgbi_sock *csk = kzalloc(sizeof(*csk), GFP_NOIO); in cxgbi_sock_create() 593 static struct cxgbi_sock *cxgbi_check_route(struct sockaddr *dst_addr) in cxgbi_check_route() [all …]
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 154 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion); 156 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 198 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 237 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 273 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 296 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 349 static inline void make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, in make_tx_data_wr() 393 static int push_tx_frames(struct cxgbi_sock *csk, int req_completion) in push_tx_frames() 465 static inline void free_atid(struct cxgbi_sock *csk) in free_atid() 476 struct cxgbi_sock *csk = ctx; in do_act_establish() [all …]
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 79 static inline int send_tx_flowc_wr(struct cxgbi_sock *); 162 static int push_tx_frames(struct cxgbi_sock *, int); 181 static void send_act_open_req(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req() 264 static void send_act_open_req6(struct cxgbi_sock *csk, struct sk_buff *skb, in send_act_open_req6() 351 static void send_close_req(struct cxgbi_sock *csk) in send_close_req() 373 struct cxgbi_sock *csk = (struct cxgbi_sock *)handle; in abort_arp_failure() 384 static void send_abort_req(struct cxgbi_sock *csk) in send_abort_req() 419 static void send_abort_rpl(struct cxgbi_sock *csk, int rst_status) in send_abort_rpl() 441 static u32 send_rx_credits(struct cxgbi_sock *csk, u32 credits) in send_rx_credits() 521 static inline int send_tx_flowc_wr(struct cxgbi_sock *csk) in send_tx_flowc_wr() [all …]
|