Home
last modified time | relevance | path

Searched refs:LIST_FOREACH (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/
H A D0002-lldp_head-rename-and-make-extern.patch33 LIST_FOREACH(agent, &port->agent_head, entry) {
36 - LIST_FOREACH(np, &lldp_head, lldp) {
37 + LIST_FOREACH(np, &lldp_mod_head, lldp) {
42 LIST_FOREACH(agent, &port->agent_head, entry) {
45 - LIST_FOREACH(np, &lldp_head, lldp) {
46 + LIST_FOREACH(np, &lldp_mod_head, lldp) {
55 LIST_FOREACH(agent, &port->agent_head, entry) {
58 - LIST_FOREACH(np, &lldp_head, lldp) {
59 + LIST_FOREACH(np, &lldp_mod_head, lldp) {
64 LIST_FOREACH(agent, &port->agent_head, entry) {
[all …]
H A Dlldp_head-remove-all-references.patch69 LIST_FOREACH(tlv, &iud->head, entry) {
78 LIST_FOREACH(tlv, &iud->head, entry) {
96 LIST_FOREACH(tlv, &iud->head, entry) {
105 LIST_FOREACH(tlv, &iud->head, entry) {
127 LIST_FOREACH(bd, &ud->head, entry) {
158 LIST_FOREACH(bd, &bud->head, entry) {
187 LIST_FOREACH(ed, &ud->head, entry) {
216 LIST_FOREACH(ed, &ud->head, entry) {
247 LIST_FOREACH(md, &mud->head, entry) {
297 LIST_FOREACH(md, &mud->head, entry) {
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h271 #define LIST_FOREACH(var, head, field) \ macro
H A Daic7xxx_osm.c2102 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) { in ahc_linux_queue_recovery_cmd()
2110 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) { in ahc_linux_queue_recovery_cmd()
H A Daic79xx_core.c4207 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { in ahd_update_pending_scbs()
4249 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { in ahd_update_pending_scbs()
6461 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_find_scb_by_tag()
6483 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) { in ahd_find_scb_by_tag()
8081 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_reset_cmds_pending()
9721 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_dump_card_state()
9746 LIST_FOREACH(scb, &ahd->scb_data.any_dev_free_scb_list, links.le) { in ahd_dump_card_state()
10442 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_handle_en_lun()
H A Daic7xxx_core.c2682 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) { in ahc_update_pending_scbs()
7239 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) { in ahc_dump_card_state()
7599 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) { in ahc_handle_en_lun()
H A Daic79xx_osm.c2189 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { in ahd_linux_queue_abort_cmd()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dqueue.h134 #define LIST_FOREACH(var, head, field) \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dqueue.h134 #define LIST_FOREACH(var, head, field) \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h164 #define LIST_FOREACH(var, head, field) \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h165 #define LIST_FOREACH(var, head, field) \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h165 #define LIST_FOREACH(var, head, field) \ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h203 #define LIST_FOREACH(var, head, field) \ macro