Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/
H A Dether3.c487 unsigned int ptr, next_ptr; in ether3_sendpacket() local
502 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()
506 if (priv(dev)->tx_tail == next_ptr) { in ether3_sendpacket()
512 priv(dev)->tx_head = next_ptr; in ether3_sendpacket()
513 next_ptr *= 0x600; in ether3_sendpacket()
517 ether3_setbuffer(dev, buffer_write, next_ptr); in ether3_sendpacket()
522 ether3_writeword(dev, htons(next_ptr)); in ether3_sendpacket()
534 next_ptr = (priv(dev)->tx_head + 1) & 15; in ether3_sendpacket()
539 if (priv(dev)->tx_tail == next_ptr) in ether3_sendpacket()
583 unsigned int next_ptr = priv(dev)->rx_head, received = 0; in ether3_rx() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dax88180.c192 unsigned short rxcurt_ptr, rxbound_ptr, next_ptr; in ax88180_rx_handler() local
203 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()
208 while (next_ptr != rxcurt_ptr) { in ax88180_rx_handler()
246 next_ptr = (rxbound_ptr + 1) & RX_PAGE_NUM_MASK; in ax88180_rx_handler()
/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A Dethernet-rx.c150 union cvmx_buf_ptr next_ptr; in copy_segments_to_skb() local
152 next_ptr = *(union cvmx_buf_ptr *) in copy_segments_to_skb()
178 segment_ptr = next_ptr; in copy_segments_to_skb()
H A Dethernet.c182 union cvmx_buf_ptr next_ptr = *(union cvmx_buf_ptr *) in cvm_oct_free_work() local
188 segment_ptr = next_ptr; in cvm_oct_free_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_def_sdio.h41 u8 *next_ptr; /* next ptr to process if there are */ member
H A Dphl_trx_sdio.c1011 if (rxbuf->next_ptr) { in phl_rx_sdio()
1012 rxbuf->len -= (u32)(rxbuf->next_ptr - rxbuf->ptr); in phl_rx_sdio()
1013 rxbuf->ptr = rxbuf->next_ptr; in phl_rx_sdio()
1014 rxbuf->next_ptr = NULL; in phl_rx_sdio()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_debug.c363 char *next_ptr; in check_valid_string_format() local
364 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
366 if (curr_ptr == next_ptr) { in check_valid_string_format()
371 while (curr_ptr < next_ptr) { in check_valid_string_format()
388 char *next_ptr; in check_valid_non_string_format() local
399 for (next_ptr = curr_ptr; *next_ptr != '\0'; next_ptr++) { in check_valid_non_string_format()
401 if (*next_ptr == valid_fmt_types[i]) { in check_valid_non_string_format()
406 (next_fmt_stptr && (next_ptr < next_fmt_stptr))) { in check_valid_non_string_format()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_debug.c363 char *next_ptr; in check_valid_string_format() local
364 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
366 if (curr_ptr == next_ptr) { in check_valid_string_format()
371 while (curr_ptr < next_ptr) { in check_valid_string_format()
388 char *next_ptr; in check_valid_non_string_format() local
399 for (next_ptr = curr_ptr; *next_ptr != '\0'; next_ptr++) { in check_valid_non_string_format()
401 if (*next_ptr == valid_fmt_types[i]) { in check_valid_non_string_format()
406 (next_fmt_stptr && (next_ptr < next_fmt_stptr))) { in check_valid_non_string_format()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_debug.c363 char *next_ptr; in check_valid_string_format() local
364 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
366 if (curr_ptr == next_ptr) { in check_valid_string_format()
371 while (curr_ptr < next_ptr) { in check_valid_string_format()
388 char *next_ptr; in check_valid_non_string_format() local
399 for (next_ptr = curr_ptr; *next_ptr != '\0'; next_ptr++) { in check_valid_non_string_format()
401 if (*next_ptr == valid_fmt_types[i]) { in check_valid_non_string_format()
406 (next_fmt_stptr && (next_ptr < next_fmt_stptr))) { in check_valid_non_string_format()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h422 uint64_t next_ptr:40; member
424 uint64_t next_ptr:40;
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dsba.h25 struct timer_cell *next_ptr ; member
/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/rdma/
H A Dib_user_ioctl_verbs.h142 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/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/rdma/
H A Dib_user_ioctl_verbs.h142 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h190 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug.c397 char *next_ptr; in check_valid_string_format() local
398 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
400 if (curr_ptr == next_ptr) { in check_valid_string_format()
405 while (curr_ptr < next_ptr) { in check_valid_string_format()
422 char *next_ptr; in check_valid_non_string_format() local
433 for (next_ptr = curr_ptr; *next_ptr != '\0'; next_ptr++) { in check_valid_non_string_format()
435 if (*next_ptr == valid_fmt_types[i]) { in check_valid_non_string_format()
440 (next_fmt_stptr && (next_ptr < next_fmt_stptr))) { in check_valid_non_string_format()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug.c397 char *next_ptr; in check_valid_string_format() local
398 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
400 if (curr_ptr == next_ptr) { in check_valid_string_format()
405 while (curr_ptr < next_ptr) { in check_valid_string_format()
422 char *next_ptr; in check_valid_non_string_format() local
433 for (next_ptr = curr_ptr; *next_ptr != '\0'; next_ptr++) { in check_valid_non_string_format()
435 if (*next_ptr == valid_fmt_types[i]) { in check_valid_non_string_format()
440 (next_fmt_stptr && (next_ptr < next_fmt_stptr))) { in check_valid_non_string_format()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dpcicfg.h167 uint16 next_ptr : 12; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dpcicfg.h168 uint16 next_ptr : 12; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dpcicfg.h168 uint16 next_ptr : 12; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dpcicfg.h168 uint16 next_ptr : 12; member
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types_flow_action.c205 if (uverbs_encap.next_ptr) in flow_action_esp_get_encap()
/OK3568_Linux_fs/kernel/arch/ia64/hp/common/
H A Dsba_iommu.c577 goto next_ptr; in sba_search_bitmap()
580 goto next_ptr; in sba_search_bitmap()
594 next_ptr: in sba_search_bitmap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dpcicfg.h484 uint16 next_ptr : 12; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dpcicfg.h484 uint16 next_ptr : 12; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug.c751 char *next_ptr; in check_valid_string_format() local
752 if ((next_ptr = bcmstrstr(curr_ptr, "s")) != NULL) { in check_valid_string_format()
754 if (curr_ptr == next_ptr) { in check_valid_string_format()
759 while (curr_ptr < next_ptr) { in check_valid_string_format()

12