/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_msgbuf.c | 390 uint16 max_items; /* maximum number of items in ring */ member 416 (((ring)->max_items - 1) * (ring)->item_len)) 588 const char *name, uint16 max_items, 4744 ring->wr = ring->max_items - (alloced - i); in dhd_prot_rxbuf_post() 4940 ring->wr = ring->max_items - (alloced - i); in dhd_prot_infobufpost() 5154 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 5181 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 5409 depth = ring->max_items; in dhd_prot_process_msgbuf_edl() 5416 if (items > ring->max_items) { in dhd_prot_process_msgbuf_edl() 5420 __FUNCTION__, ring, ring->name, ring->max_items, items)); in dhd_prot_process_msgbuf_edl() [all …]
|
D | dhd_wlfc.c | 200 static void *_dhd_wlfc_hanger_create(dhd_pub_t *dhd, int max_items) in _dhd_wlfc_hanger_create() argument 206 ASSERT(max_items == WLFC_HANGER_MAXITEMS); in _dhd_wlfc_hanger_create() 209 dhd, DHD_PREALLOC_DHD_WLFC_HANGER, WLFC_HANGER_SIZE(max_items))) == in _dhd_wlfc_hanger_create() 213 memset(hanger, 0, WLFC_HANGER_SIZE(max_items)); in _dhd_wlfc_hanger_create() 214 hanger->max_items = max_items; in _dhd_wlfc_hanger_create() 216 for (i = 0; i < hanger->max_items; i++) { in _dhd_wlfc_hanger_create() 228 DHD_OS_PREFREE(dhd, h, WLFC_HANGER_SIZE(h->max_items)); in _dhd_wlfc_hanger_delete() 242 if (i == h->max_items) { in _dhd_wlfc_hanger_get_free_slot() 251 if (i == h->max_items) { in _dhd_wlfc_hanger_get_free_slot() 384 if ((i < h->max_items) && (pkt == h->items[i].pkt)) { in _dhd_wlfc_hanger_remove_reference() [all …]
|
D | dhd_wlfc.h | 94 int max_items; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_msgbuf.c | 405 uint16 max_items; /* maximum number of items in ring */ member 431 (((ring)->max_items - 1) * (ring)->item_len)) 598 const char *name, uint16 max_items, uint16 len_item, uint16 ringid); 4635 ring->wr = ring->max_items - (alloced - i); in dhd_prot_rxbuf_post() 4824 ring->wr = ring->max_items - (alloced - i); in dhd_prot_infobufpost() 5041 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 5068 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 5294 depth = ring->max_items; in dhd_prot_process_msgbuf_edl() 5301 if (items > ring->max_items) { in dhd_prot_process_msgbuf_edl() 5304 __FUNCTION__, ring, ring->name, ring->max_items, items)); in dhd_prot_process_msgbuf_edl() [all …]
|
D | dhd_wlfc.c | 200 _dhd_wlfc_hanger_create(dhd_pub_t *dhd, int max_items) in _dhd_wlfc_hanger_create() argument 206 ASSERT(max_items == WLFC_HANGER_MAXITEMS); in _dhd_wlfc_hanger_create() 209 WLFC_HANGER_SIZE(max_items))) == NULL) { in _dhd_wlfc_hanger_create() 212 memset(hanger, 0, WLFC_HANGER_SIZE(max_items)); in _dhd_wlfc_hanger_create() 213 hanger->max_items = max_items; in _dhd_wlfc_hanger_create() 215 for (i = 0; i < hanger->max_items; i++) { in _dhd_wlfc_hanger_create() 228 DHD_OS_PREFREE(dhd, h, WLFC_HANGER_SIZE(h->max_items)); in _dhd_wlfc_hanger_delete() 243 if (i == h->max_items) { in _dhd_wlfc_hanger_get_free_slot() 252 if (i == h->max_items) in _dhd_wlfc_hanger_get_free_slot() 387 if ((i < h->max_items) && (pkt == h->items[i].pkt)) { in _dhd_wlfc_hanger_remove_reference() [all …]
|
D | dhd_wlfc.h | 319 int max_items; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_msgbuf.c | 317 uint16 max_items; /* maximum number of items in ring */ member 341 (((ring)->max_items - 1) * (ring)->item_len)) 475 const char *name, uint16 max_items, uint16 len_item, uint16 ringid); 3539 ring->wr = ring->max_items - (alloced - i); in dhd_prot_rxbuf_post() 3742 ring->wr = ring->max_items - (alloced - i); in dhd_prot_infobufpost() 3967 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 3994 ring->wr = ring->max_items - 1; in dhd_prot_rxbufpost_ctrl() 4249 if ((ring->curr_rd + 1) >= ring->max_items) { in dhd_prot_process_msgbuf_rxcpl() 4355 ring->rd = ring->max_items - msg_len / item_len; in dhd_prot_process_msgbuf_rxcpl() 4591 if ((ring->curr_rd + 1) >= ring->max_items) { in dhd_prot_process_msgtype() [all …]
|
D | dhd_wlfc.c | 203 _dhd_wlfc_hanger_create(dhd_pub_t *dhd, int max_items) in _dhd_wlfc_hanger_create() argument 209 ASSERT(max_items == WLFC_HANGER_MAXITEMS); in _dhd_wlfc_hanger_create() 212 WLFC_HANGER_SIZE(max_items))) == NULL) { in _dhd_wlfc_hanger_create() 215 memset(hanger, 0, WLFC_HANGER_SIZE(max_items)); in _dhd_wlfc_hanger_create() 216 hanger->max_items = max_items; in _dhd_wlfc_hanger_create() 218 for (i = 0; i < hanger->max_items; i++) { in _dhd_wlfc_hanger_create() 231 DHD_OS_PREFREE(dhd, h, WLFC_HANGER_SIZE(h->max_items)); in _dhd_wlfc_hanger_delete() 246 if (i == h->max_items) { in _dhd_wlfc_hanger_get_free_slot() 255 if (i == h->max_items) in _dhd_wlfc_hanger_get_free_slot() 389 if ((i < h->max_items) && (pkt == h->items[i].pkt)) { in _dhd_wlfc_hanger_remove_reference() [all …]
|
D | dhd_wlfc.h | 90 int max_items; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_msgbuf.c | 490 uint16 max_items; /* maximum number of items in ring */ member 518 (((ring)->max_items - 1) * (ring)->item_len)) 798 const char *name, uint16 max_items, uint16 len_item, uint16 ringid); 1071 return NTXPACTIVE(rd, wr, flow_ring->max_items); in dhd_prot_get_h2d_rx_post_active() 1090 return NTXPACTIVE(rd, wr, flow_ring->max_items); in dhd_prot_get_d2h_rx_cpln_active() 5577 ring->wr = ring->max_items - (alloced - i); 5767 ring->wr = ring->max_items - (alloced - i); 5986 ring->wr = ring->max_items - 1; 6013 ring->wr = ring->max_items - 1; 6319 depth = ring->max_items; [all …]
|
D | dhd_wlfc.c | 319 _dhd_wlfc_hanger_create(dhd_pub_t *dhd, int max_items) in _dhd_wlfc_hanger_create() argument 325 ASSERT(max_items == WLFC_HANGER_MAXITEMS); in _dhd_wlfc_hanger_create() 328 WLFC_HANGER_SIZE(max_items))) == NULL) { in _dhd_wlfc_hanger_create() 331 memset(hanger, 0, WLFC_HANGER_SIZE(max_items)); in _dhd_wlfc_hanger_create() 332 hanger->max_items = max_items; in _dhd_wlfc_hanger_create() 334 for (i = 0; i < hanger->max_items; i++) { in _dhd_wlfc_hanger_create() 347 DHD_OS_PREFREE(dhd, h, WLFC_HANGER_SIZE(h->max_items)); in _dhd_wlfc_hanger_delete() 362 if (i == h->max_items) { in _dhd_wlfc_hanger_get_free_slot() 371 if (i == h->max_items) in _dhd_wlfc_hanger_get_free_slot() 506 if ((i < h->max_items) && (pkt == h->items[i].pkt)) { in _dhd_wlfc_hanger_remove_reference() [all …]
|
D | dhd_wlfc.h | 92 int max_items; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | bcmmsgbuf.h | 381 uint16 max_items; member 428 uint16 max_items; member 442 uint16 max_items; member
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | bcmmsgbuf.h | 454 uint16 max_items; member 504 uint16 max_items; member 518 uint16 max_items; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | bcmmsgbuf.h | 453 uint16 max_items; member 503 uint16 max_items; member 517 uint16 max_items; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | bcmmsgbuf.h | 520 uint16 max_items; member 570 uint16 max_items; member 584 uint16 max_items; member
|