Home
last modified time | relevance | path

Searched refs:sgc (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_io.c188 struct esas2r_sg_context *sgc) in esas2r_build_sg_list_sge()
190 struct esas2r_request *rq = sgc->first_req; in esas2r_build_sg_list_sge()
193 while (sgc->length) { in esas2r_build_sg_list_sge()
198 len = (*sgc->get_phys_addr)(sgc, &addr); in esas2r_build_sg_list_sge()
204 if (unlikely(len > sgc->length)) in esas2r_build_sg_list_sge()
205 len = sgc->length; in esas2r_build_sg_list_sge()
222 if (unlikely(sgc->sge.a64.curr > sgc->sge.a64.limit)) { in esas2r_build_sg_list_sge()
237 sgelen = (u8)((u8 *)sgc in esas2r_build_sg_list_sge()
187 esas2r_build_sg_list_sge(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_sg_list_sge() argument
370 esas2r_build_prd_iblk(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_prd_iblk() argument
524 esas2r_build_sg_list_prd(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_sg_list_prd() argument
[all...]
H A Desas2r_flash.c144 if (fc->sgc.cur_offset == NULL) in esas2r_fmapi_callback()
181 struct esas2r_sg_context *sgc = &fc->sgc; in build_flash_msg() local
186 if (sgc->cur_offset) in build_flash_msg()
187 cksum = esas2r_calc_byte_xor_cksum(sgc->cur_offset, in build_flash_msg()
188 sgc->length, in build_flash_msg()
199 sgc->length); in build_flash_msg()
208 fc->curr_len = fc->sgc.length; in build_flash_msg()
210 if (sgc->cur_offset) { in build_flash_msg()
212 esas2r_sgc_init(sgc, in build_flash_msg()
845 esas2r_process_fs_ioctl(struct esas2r_adapter *a, struct esas2r_ioctl_fs *fs, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_process_fs_ioctl() argument
1390 esas2r_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_fm_api() argument
[all...]
H A Desas2r_ioctl.c90 static u32 get_physaddr_fm_api(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_fm_api() argument
92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api()
93 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api()
99 static u32 get_physaddr_fm_api_header(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_fm_api_header() argument
101 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header()
102 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api_header()
189 static u32 get_physaddr_buffered_ioctl(struct esas2r_sg_context *sgc, in get_physaddr_buffered_ioctl() argument
192 int offset = (u8 *)sgc->cur_offset - esas2r_buffered_ioctl; in get_physaddr_buffered_ioctl()
209 struct esas2r_sg_context sgc; in handle_buffered_ioctl() local
263 sgc in handle_buffered_ioctl()
293 smp_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) smp_ioctl_callback() argument
341 csmi_ioctl_tunnel(struct esas2r_adapter *a, union atto_ioctl_csmi *ci, struct esas2r_request *rq, struct esas2r_sg_context *sgc, u32 ctrl_code, u16 target_id) csmi_ioctl_tunnel() argument
390 csmi_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) csmi_ioctl_callback() argument
667 hba_ioctl_tunnel(struct esas2r_adapter *a, struct atto_ioctl *hi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) hba_ioctl_tunnel() argument
744 hba_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) hba_ioctl_callback() argument
1814 get_physaddr_vda(struct esas2r_sg_context *sgc, u64 *addr) get_physaddr_vda() argument
1833 struct esas2r_sg_context sgc; esas2r_read_vda() local
1933 get_physaddr_fs_api(struct esas2r_sg_context *sgc, u64 *addr) get_physaddr_fs_api() argument
1953 struct esas2r_sg_context sgc; esas2r_read_fs() local
[all...]
H A Desas2r_vda.c68 struct esas2r_sg_context *sgc) in esas2r_process_vda_ioctl()
135 u8 *cmdcurr_offset = sgc->cur_offset in esas2r_process_vda_ioctl()
162 cmdcurr_offset = sgc->cur_offset; in esas2r_process_vda_ioctl()
175 esas2r_sgc_init(sgc, a, rq, in esas2r_process_vda_ioctl()
177 sgc->length = payldlen; in esas2r_process_vda_ioctl()
179 if (!esas2r_build_sg_list(a, rq, sgc)) { in esas2r_process_vda_ioctl()
195 sgc->cur_offset = cmdcurr_offset; in esas2r_process_vda_ioctl()
255 esas2r_sgc_init(sgc, a, rq, firstsg); in esas2r_process_vda_ioctl()
256 sgc->length = datalen; in esas2r_process_vda_ioctl()
258 if (!esas2r_build_sg_list(a, rq, sgc)) { in esas2r_process_vda_ioctl()
65 esas2r_process_vda_ioctl(struct esas2r_adapter *a, struct atto_ioctl_vda *vi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_process_vda_ioctl() argument
[all...]
H A Desas2r_main.c760 static u32 get_physaddr_from_sgc(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_from_sgc() argument
764 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()
770 if (sgc->sgel_count < sgc->num_sgel) { in get_physaddr_from_sgc()
772 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()
774 sgc->cur_sgel = sg_next(sgc->cur_sgel); in get_physaddr_from_sgc()
775 ++(sgc->sgel_count); in get_physaddr_from_sgc()
779 len = sg_dma_len(sgc in get_physaddr_from_sgc()
824 struct esas2r_sg_context sgc; esas2r_queuecommand() local
[all...]
H A Desas2r.h408 struct esas2r_sg_context *sgc);
598 typedef u32 (*PGETPHYSADDR) (struct esas2r_sg_context *sgc, u64 *addr);
712 struct esas2r_sg_context sgc; member
1068 struct esas2r_sg_context *sgc);
1074 struct esas2r_request *rq, struct esas2r_sg_context *sgc);
1105 struct esas2r_sg_context *sgc);
1107 struct esas2r_sg_context *sgc);
1139 struct esas2r_sg_context *sgc);
1166 static inline void esas2r_sgc_init(struct esas2r_sg_context *sgc, in esas2r_sgc_init() argument
1171 sgc in esas2r_sgc_init()
1302 esas2r_build_sg_list(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_build_sg_list() argument
[all...]
H A Desas2r_disc.c53 static u32 esas2r_disc_get_phys_addr(struct esas2r_sg_context *sgc, u64 *addr);
888 struct esas2r_sg_context sgc; in esas2r_disc_passthru_dev_addr() local
896 sgc.cur_offset = NULL; in esas2r_disc_passthru_dev_addr()
897 sgc.get_phys_addr = (PGETPHYSADDR)esas2r_disc_get_phys_addr; in esas2r_disc_passthru_dev_addr()
898 sgc.length = offsetof(struct atto_ioctl, data) in esas2r_disc_passthru_dev_addr()
901 esas2r_sgc_init(&sgc, a, rq, rq->vrq->ioctl.sge); in esas2r_disc_passthru_dev_addr()
903 esas2r_build_ioctl_req(a, rq, sgc.length, VDA_IOCTL_HBA); in esas2r_disc_passthru_dev_addr()
905 if (!esas2r_build_sg_list(a, rq, &sgc)) { in esas2r_disc_passthru_dev_addr()
1030 static u32 esas2r_disc_get_phys_addr(struct esas2r_sg_context *sgc, u64 *addr) in esas2r_disc_get_phys_addr() argument
1032 struct esas2r_adapter *a = sgc in esas2r_disc_get_phys_addr()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Desas2r_io.c188 struct esas2r_sg_context *sgc) in esas2r_build_sg_list_sge()
190 struct esas2r_request *rq = sgc->first_req; in esas2r_build_sg_list_sge()
193 while (sgc->length) { in esas2r_build_sg_list_sge()
198 len = (*sgc->get_phys_addr)(sgc, &addr); in esas2r_build_sg_list_sge()
204 if (unlikely(len > sgc->length)) in esas2r_build_sg_list_sge()
205 len = sgc->length; in esas2r_build_sg_list_sge()
222 if (unlikely(sgc->sge.a64.curr > sgc->sge.a64.limit)) { in esas2r_build_sg_list_sge()
237 sgelen = (u8)((u8 *)sgc in esas2r_build_sg_list_sge()
187 esas2r_build_sg_list_sge(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_sg_list_sge() argument
370 esas2r_build_prd_iblk(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_prd_iblk() argument
524 esas2r_build_sg_list_prd(struct esas2r_adapter *a, struct esas2r_sg_context *sgc) esas2r_build_sg_list_prd() argument
[all...]
H A Desas2r_flash.c144 if (fc->sgc.cur_offset == NULL) in esas2r_fmapi_callback()
181 struct esas2r_sg_context *sgc = &fc->sgc; in build_flash_msg() local
186 if (sgc->cur_offset) in build_flash_msg()
187 cksum = esas2r_calc_byte_xor_cksum(sgc->cur_offset, in build_flash_msg()
188 sgc->length, in build_flash_msg()
199 sgc->length); in build_flash_msg()
208 fc->curr_len = fc->sgc.length; in build_flash_msg()
210 if (sgc->cur_offset) { in build_flash_msg()
212 esas2r_sgc_init(sgc, in build_flash_msg()
845 esas2r_process_fs_ioctl(struct esas2r_adapter *a, struct esas2r_ioctl_fs *fs, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_process_fs_ioctl() argument
1390 esas2r_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_fm_api() argument
[all...]
H A Desas2r_ioctl.c90 static u32 get_physaddr_fm_api(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_fm_api() argument
92 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api()
93 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api()
99 static u32 get_physaddr_fm_api_header(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_fm_api_header() argument
101 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header()
102 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api_header()
189 static u32 get_physaddr_buffered_ioctl(struct esas2r_sg_context *sgc, in get_physaddr_buffered_ioctl() argument
192 int offset = (u8 *)sgc->cur_offset - esas2r_buffered_ioctl; in get_physaddr_buffered_ioctl()
209 struct esas2r_sg_context sgc; in handle_buffered_ioctl() local
263 sgc in handle_buffered_ioctl()
293 smp_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) smp_ioctl_callback() argument
341 csmi_ioctl_tunnel(struct esas2r_adapter *a, union atto_ioctl_csmi *ci, struct esas2r_request *rq, struct esas2r_sg_context *sgc, u32 ctrl_code, u16 target_id) csmi_ioctl_tunnel() argument
390 csmi_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) csmi_ioctl_callback() argument
667 hba_ioctl_tunnel(struct esas2r_adapter *a, struct atto_ioctl *hi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) hba_ioctl_tunnel() argument
744 hba_ioctl_callback(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc, void *context) hba_ioctl_callback() argument
1813 get_physaddr_vda(struct esas2r_sg_context *sgc, u64 *addr) get_physaddr_vda() argument
1832 struct esas2r_sg_context sgc; esas2r_read_vda() local
1932 get_physaddr_fs_api(struct esas2r_sg_context *sgc, u64 *addr) get_physaddr_fs_api() argument
1952 struct esas2r_sg_context sgc; esas2r_read_fs() local
[all...]
H A Desas2r_vda.c68 struct esas2r_sg_context *sgc) in esas2r_process_vda_ioctl()
135 u8 *cmdcurr_offset = sgc->cur_offset in esas2r_process_vda_ioctl()
162 cmdcurr_offset = sgc->cur_offset; in esas2r_process_vda_ioctl()
175 esas2r_sgc_init(sgc, a, rq, in esas2r_process_vda_ioctl()
177 sgc->length = payldlen; in esas2r_process_vda_ioctl()
179 if (!esas2r_build_sg_list(a, rq, sgc)) { in esas2r_process_vda_ioctl()
195 sgc->cur_offset = cmdcurr_offset; in esas2r_process_vda_ioctl()
255 esas2r_sgc_init(sgc, a, rq, firstsg); in esas2r_process_vda_ioctl()
256 sgc->length = datalen; in esas2r_process_vda_ioctl()
258 if (!esas2r_build_sg_list(a, rq, sgc)) { in esas2r_process_vda_ioctl()
65 esas2r_process_vda_ioctl(struct esas2r_adapter *a, struct atto_ioctl_vda *vi, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_process_vda_ioctl() argument
[all...]
H A Desas2r_main.c762 static u32 get_physaddr_from_sgc(struct esas2r_sg_context *sgc, u64 *addr) in get_physaddr_from_sgc() argument
766 if (likely(sgc->cur_offset == sgc->exp_offset)) { in get_physaddr_from_sgc()
772 if (sgc->sgel_count < sgc->num_sgel) { in get_physaddr_from_sgc()
774 if (sgc->exp_offset > (u8 *)0) { in get_physaddr_from_sgc()
776 sgc->cur_sgel = sg_next(sgc->cur_sgel); in get_physaddr_from_sgc()
777 ++(sgc->sgel_count); in get_physaddr_from_sgc()
781 len = sg_dma_len(sgc in get_physaddr_from_sgc()
826 struct esas2r_sg_context sgc; esas2r_queuecommand() local
[all...]
H A Desas2r.h408 struct esas2r_sg_context *sgc);
598 typedef u32 (*PGETPHYSADDR) (struct esas2r_sg_context *sgc, u64 *addr);
712 struct esas2r_sg_context sgc; member
1069 struct esas2r_sg_context *sgc);
1075 struct esas2r_request *rq, struct esas2r_sg_context *sgc);
1106 struct esas2r_sg_context *sgc);
1108 struct esas2r_sg_context *sgc);
1140 struct esas2r_sg_context *sgc);
1167 static inline void esas2r_sgc_init(struct esas2r_sg_context *sgc, in esas2r_sgc_init() argument
1172 sgc in esas2r_sgc_init()
1303 esas2r_build_sg_list(struct esas2r_adapter *a, struct esas2r_request *rq, struct esas2r_sg_context *sgc) esas2r_build_sg_list() argument
[all...]
H A Desas2r_disc.c53 static u32 esas2r_disc_get_phys_addr(struct esas2r_sg_context *sgc, u64 *addr);
888 struct esas2r_sg_context sgc; in esas2r_disc_passthru_dev_addr() local
896 sgc.cur_offset = NULL; in esas2r_disc_passthru_dev_addr()
897 sgc.get_phys_addr = (PGETPHYSADDR)esas2r_disc_get_phys_addr; in esas2r_disc_passthru_dev_addr()
898 sgc.length = offsetof(struct atto_ioctl, data) in esas2r_disc_passthru_dev_addr()
901 esas2r_sgc_init(&sgc, a, rq, rq->vrq->ioctl.sge); in esas2r_disc_passthru_dev_addr()
903 esas2r_build_ioctl_req(a, rq, sgc.length, VDA_IOCTL_HBA); in esas2r_disc_passthru_dev_addr()
905 if (!esas2r_build_sg_list(a, rq, &sgc)) { in esas2r_disc_passthru_dev_addr()
1030 static u32 esas2r_disc_get_phys_addr(struct esas2r_sg_context *sgc, u64 *addr) in esas2r_disc_get_phys_addr() argument
1032 struct esas2r_adapter *a = sgc in esas2r_disc_get_phys_addr()
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-sa1100.c113 static void sa1100_update_edge_regs(struct sa1100_gpio_chip *sgc) in sa1100_update_edge_regs() argument
115 void *base = sgc->membase; in sa1100_update_edge_regs()
118 grer = sgc->irqrising & sgc->irqmask; in sa1100_update_edge_regs()
119 gfer = sgc->irqfalling & sgc->irqmask; in sa1100_update_edge_regs()
127 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); in sa1100_gpio_type() local
131 if ((sgc->irqrising | sgc->irqfalling) & mask) in sa1100_gpio_type()
137 sgc in sa1100_gpio_type()
155 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_ack() local
162 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_mask() local
172 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_unmask() local
182 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_wake() local
208 struct sa1100_gpio_chip *sgc = d->host_data; sa1100_gpio_irqdomain_map() local
231 struct sa1100_gpio_chip *sgc = irq_desc_get_handler_data(desc); sa1100_gpio_handler() local
257 struct sa1100_gpio_chip *sgc = &sa1100_gpio_chip; sa1100_gpio_suspend() local
311 struct sa1100_gpio_chip *sgc = &sa1100_gpio_chip; sa1100_init_gpio() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-sa1100.c114 static void sa1100_update_edge_regs(struct sa1100_gpio_chip *sgc) in sa1100_update_edge_regs() argument
116 void *base = sgc->membase; in sa1100_update_edge_regs()
119 grer = sgc->irqrising & sgc->irqmask; in sa1100_update_edge_regs()
120 gfer = sgc->irqfalling & sgc->irqmask; in sa1100_update_edge_regs()
128 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); in sa1100_gpio_type() local
132 if ((sgc->irqrising | sgc->irqfalling) & mask) in sa1100_gpio_type()
138 sgc in sa1100_gpio_type()
156 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_ack() local
163 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_mask() local
173 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_unmask() local
183 struct sa1100_gpio_chip *sgc = irq_data_get_irq_chip_data(d); sa1100_gpio_wake() local
209 struct sa1100_gpio_chip *sgc = d->host_data; sa1100_gpio_irqdomain_map() local
232 struct sa1100_gpio_chip *sgc = irq_desc_get_handler_data(desc); sa1100_gpio_handler() local
258 struct sa1100_gpio_chip *sgc = &sa1100_gpio_chip; sa1100_gpio_suspend() local
312 struct sa1100_gpio_chip *sgc = &sa1100_gpio_chip; sa1100_init_gpio() local
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dtopology.c93 group->sgc->id, in sched_domain_debug_one()
102 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) in sched_domain_debug_one()
103 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
585 if (free_sgc && atomic_dec_and_test(&sg->sgc->ref)) in free_sched_groups()
586 kfree(sg->sgc); in free_sched_groups()
929 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in init_overlap_sched_group()
930 if (atomic_inc_return(&sg->sgc->ref) == 1) in init_overlap_sched_group()
936 * Initialize sgc->capacity such that even if we mess up the in init_overlap_sched_group()
941 sg->sgc in init_overlap_sched_group()
1848 struct sched_group_capacity *sgc; __sdt_alloc() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dtopology.c94 group->sgc->id, in sched_domain_debug_one()
103 if (group->sgc->capacity != SCHED_CAPACITY_SCALE) in sched_domain_debug_one()
104 printk(KERN_CONT " cap=%lu", group->sgc->capacity); in sched_domain_debug_one()
621 if (free_sgc && atomic_dec_and_test(&sg->sgc->ref)) in free_sched_groups()
622 kfree(sg->sgc); in free_sched_groups()
979 sg->sgc = *per_cpu_ptr(sdd->sgc, cpu); in init_overlap_sched_group()
980 if (atomic_inc_return(&sg->sgc->ref) == 1) in init_overlap_sched_group()
986 * Initialize sgc->capacity such that even if we mess up the in init_overlap_sched_group()
991 sg->sgc in init_overlap_sched_group()
2225 struct sched_group_capacity *sgc; __sdt_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c30 ddp->sgc = 0; in ixgbe_fcoe_clear_ddp()
111 dma_unmap_sg(&adapter->pdev->dev, ddp->sgl, ddp->sgc, in ixgbe_fcoe_ddp_put()
128 * @sgc: the number of scatter-gather items
134 struct scatterlist *sgl, unsigned int sgc, in ixgbe_fcoe_ddp_setup()
171 xid, ddp->sgl, ddp->sgc); in ixgbe_fcoe_ddp_setup()
189 dmacount = dma_map_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
203 ddp->sgc = sgc; in ixgbe_fcoe_ddp_setup()
324 dma_unmap_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
335 * @sgc
133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) ixgbe_fcoe_ddp_setup() argument
344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument
365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument
[all...]
H A Dixgbe_fcoe.h38 unsigned int sgc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c30 ddp->sgc = 0; in ixgbe_fcoe_clear_ddp()
111 dma_unmap_sg(&adapter->pdev->dev, ddp->sgl, ddp->sgc, in ixgbe_fcoe_ddp_put()
128 * @sgc: the number of scatter-gather items
134 struct scatterlist *sgl, unsigned int sgc, in ixgbe_fcoe_ddp_setup()
171 xid, ddp->sgl, ddp->sgc); in ixgbe_fcoe_ddp_setup()
189 dmacount = dma_map_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
203 ddp->sgc = sgc; in ixgbe_fcoe_ddp_setup()
324 dma_unmap_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
335 * @sgc
133 ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc, int target_mode) ixgbe_fcoe_ddp_setup() argument
344 ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_get() argument
365 ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, struct scatterlist *sgl, unsigned int sgc) ixgbe_fcoe_ddp_target() argument
[all...]
H A Dixgbe_fcoe.h38 unsigned int sgc; member
/kernel/linux/linux-5.10/include/linux/sched/
H A Dtopology.h183 struct sched_group_capacity *__percpu *sgc; member
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtopology.h192 struct sched_group_capacity *__percpu *sgc; member
/kernel/linux/linux-5.10/net/8021q/
H A Dvlan_dev.c400 struct scatterlist *sgl, unsigned int sgc) in vlan_dev_fcoe_ddp_setup()
407 rc = ops->ndo_fcoe_ddp_setup(real_dev, xid, sgl, sgc); in vlan_dev_fcoe_ddp_setup()
447 struct scatterlist *sgl, unsigned int sgc) in vlan_dev_fcoe_ddp_target()
454 rc = ops->ndo_fcoe_ddp_target(real_dev, xid, sgl, sgc); in vlan_dev_fcoe_ddp_target()
399 vlan_dev_fcoe_ddp_setup(struct net_device *dev, u16 xid, struct scatterlist *sgl, unsigned int sgc) vlan_dev_fcoe_ddp_setup() argument
446 vlan_dev_fcoe_ddp_target(struct net_device *dev, u16 xid, struct scatterlist *sgl, unsigned int sgc) vlan_dev_fcoe_ddp_target() argument

Completed in 32 milliseconds

12