Searched refs:alloc_wr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 309 skb = alloc_wr(sizeof(*req), 0, GFP_ATOMIC); in send_rx_credits() 559 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_ATOMIC); in act_open_retry_timer() 868 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), 0, in alloc_cpls() 872 csk->cpl_abort_req = alloc_wr(sizeof(struct cpl_abort_req), 0, in alloc_cpls() 877 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), 0, in alloc_cpls() 988 skb = alloc_wr(sizeof(struct cpl_act_open_req), 0, GFP_KERNEL); in init_act_open() 1109 struct sk_buff *skb = alloc_wr(sizeof(struct ulp_mem_io) + in ddp_set_map() 1139 struct sk_buff *skb = alloc_wr(sizeof(struct ulp_mem_io) + in ddp_clear_map() 1156 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_pgidx() 1192 struct sk_buff *skb = alloc_wr(sizeof(struct cpl_set_tcb_field), 0, in ddp_setup_conn_digest()
|
/Linux-v6.6/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 540 skb = alloc_wr(sizeof(*req), 0, GFP_ATOMIC); in send_rx_credits() 624 skb = alloc_wr(flowclen, 0, GFP_ATOMIC); in send_tx_flowc_wr() 1014 skb = alloc_wr(size, 0, GFP_ATOMIC); in csk_act_open_retry_timer() 1018 skb = alloc_wr(size6, 0, GFP_ATOMIC); in csk_act_open_retry_timer() 1655 csk->cpl_close = alloc_wr(sizeof(struct cpl_close_con_req), in alloc_cpls() 1660 csk->cpl_abort_req = alloc_wr(sizeof(struct cpl_abort_req), in alloc_cpls() 1665 csk->cpl_abort_rpl = alloc_wr(sizeof(struct cpl_abort_rpl), in alloc_cpls() 1847 skb = alloc_wr(size, 0, GFP_NOIO); in init_act_open() 1850 skb = alloc_wr(size6, 0, GFP_NOIO); in init_act_open() 2002 struct sk_buff *skb = alloc_wr(wr_len, 0, GFP_ATOMIC); in ddp_ppod_init_idata() [all …]
|
/Linux-v6.6/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 365 static inline struct sk_buff *alloc_wr(int wrlen, int dlen, gfp_t gfp) in alloc_wr() function
|
/Linux-v6.6/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1982 static void *alloc_wr(size_t wr_size, __u32 num_sge) in alloc_wr() function 2058 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2081 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2096 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2112 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send()
|