/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
H A D | drv_i2c_intf.c | 225 send_msg *send, i2c_msg *p_data) in i2c_proc_wr_write_get_dev_msg() 248 b_temp = (val != (arg_count - 6)) || ((arg_count - 6) > sizeof(send->send_data)); // 表示第6个参数开始是数据 in i2c_proc_wr_write_get_dev_msg() 256 send->send_data[i] = in i2c_proc_wr_write_get_dev_msg() 258 hi_dbg_print_s32(send->send_data[i]); in i2c_proc_wr_write_get_dev_msg() 261 send->len = val; in i2c_proc_wr_write_get_dev_msg() 263 send->send_data[0] = val; in i2c_proc_wr_write_get_dev_msg() 264 send->len = 1; in i2c_proc_wr_write_get_dev_msg() 271 hi_dbg_print_s32(send->len); in i2c_proc_wr_write_get_dev_msg() 283 send_msg send = {0}; in i2c_proc_wr_write() local 286 ret = i2c_proc_wr_write_get_dev_msg(arg_count, argv, &send, in i2c_proc_wr_write() 224 i2c_proc_wr_write_get_dev_msg(hi_u8 arg_count, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], send_msg *send, i2c_msg *p_data) i2c_proc_wr_write_get_dev_msg() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linux_pkt.h | 54 #define PKTGET(osh, len, send) linux_pktget((osh), (len), __LINE__, __FUNCTION__) 57 #define PKTGET(osh, len, send) linux_pktget((osh), (len)) 63 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) 65 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) 68 #define PKTGET_STATIC(osh, len, send) osl_pktget_static((osh), (len)) 69 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) 186 extern void linux_pktfree(osl_t *osh, void *skb, bool send, in [all...] |
H A D | dbus.h | 210 void *(*pktget)(void *cbarg, uint len, bool send); 211 void (*pktfree)(void *cbarg, void *p, bool send); 393 void *(*pktget)(void *cbarg, uint len, bool send); 394 void (*pktfree)(void *cbarg, void *p, bool send); 395 struct dbus_irb* (*getirb)(void *cbarg, bool send);
|
H A D | osl.h | 202 #define PKTGETLF(osh, len, send, lbuf_type) (0)
|
H A D | wlioctl.h | 105 /**Used to send ioctls over the transport pipe */ 1505 /** Preparing to send handshake msg M2 */ 1509 WLC_SUP_KEYXCHANGE_PREP_M4, /**< Preparing to send handshake msg M4 */ 1511 WLC_SUP_KEYXCHANGE_PREP_G2 /**< Preparing to send handshake msg G2 */ 3740 * wl app will send the version of counters 3873 uint32 bcn_template_not_ready; /**< Template marked in use on send bcn ... */ 4801 uint32 bcn_template_not_ready; /**< Template marked in use on send bcn ... */ 5105 uint32 bcn_template_not_ready; /* Template marked in use on send bcn ... */ 5359 uint32 bcn_template_not_ready; /**< Template marked in use on send bcn ... */ 5555 uint32 period_msec; /* high bit on means immediate send */ 9338 uint8 send; global() member 9377 uint8 send; /**< Immediatly register registered sets on AP side */ global() member 9424 uint8 send; global() member [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_pkt.c | 263 linux_pktfree_irq(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree_irq() argument 265 linux_pktfree_irq(osl_t *osh, void *p, bool send) in linux_pktfree_irq() 274 if (send) { in linux_pktfree_irq() 332 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() argument 334 linux_pktfree(osl_t *osh, void *p, bool send) in linux_pktfree() 343 if (send) { in linux_pktfree() 532 osl_pktfree_static(osl_t *osh, void *p, bool send) in osl_pktfree_static() argument 545 linux_pktfree(osh, p, send); in osl_pktfree_static() 600 linux_pktfree(osh, p, send); in osl_pktfree_static()
|
H A D | dbus.c | 150 static void *dbus_if_pktget(void *handle, uint len, bool send); 151 static void dbus_if_pktfree(void *handle, void *p, bool send); 152 static struct dbus_irb *dbus_if_getirb(void *cbarg, bool send); 495 * Several code paths in this file want to send a buffer to the dongle. This function handles both 1055 * When lower DBUS level signals that a send IRB completed, either successful or not, the higher 1313 dbus_if_pktget(void *handle, uint len, bool send) in dbus_if_pktget() argument 1322 p = dhd_bus->cbs->pktget(dhd_bus->cbarg, len, send); in dbus_if_pktget() 1331 dbus_if_pktfree(void *handle, void *p, bool send) in dbus_if_pktfree() argument 1339 dhd_bus->cbs->pktfree(dhd_bus->cbarg, p, send); in dbus_if_pktfree() 1344 /** Lower DBUS level requests either a send o 1346 dbus_if_getirb(void *cbarg, bool send) dbus_if_getirb() argument 2487 dhd_dbus_pktget(void *handle, uint len, bool send) dhd_dbus_pktget() argument 2511 dhd_dbus_pktfree(void *handle, void *p, bool send) dhd_dbus_pktfree() argument [all...] |
H A D | dbus_usb.c | 79 static struct dbus_irb* dbus_usb_getirb(void *handle, bool send); 351 dbus_usb_getirb(void *handle, bool send) in dbus_usb_getirb() argument 359 return usb_info->cbs->getirb(usb_info->cbarg, send); in dbus_usb_getirb() 797 /* simply avoid having to send a ZLP by ensuring we never have an even in dbus_usb_dl_writeimage() 803 /* send data */ in dbus_usb_dl_writeimage()
|
H A D | dhd_msgbuf.c | 642 static INLINE void dhd_prot_packet_free(dhd_pub_t *dhd, void *pkt, uint8 pkttype, bool send); 3887 DHD_TRACE(("trying to send create d2h info ring: id %d\n", prot->d2hring_info_cpln->idx)); in dhd_prot_init_info_rings() 3898 DHD_TRACE(("trying to send create h2d info ring id %d\n", prot->h2dring_info_subn->idx)); in dhd_prot_init_info_rings() 4017 DHD_TRACE(("trying to send create d2h hp2p txcpl ring: id %d\n", in dhd_prot_init_hp2p_rings() 4032 DHD_TRACE(("trying to send create d2h hp2p rxcpl ring: id %d\n", in dhd_prot_init_hp2p_rings() 4132 DHD_ERROR(("trying to send create d2h edl ring: idx %d\n", prot->d2hring_edl->idx)); in dhd_prot_init_edl_rings() 4342 dhd_prot_packet_free(dhd_pub_t *dhd, void *pkt, uint8 pkttype, bool send) in dhd_prot_packet_free() argument 4350 PKTFREE_STATIC(dhd->osh, pkt, send); in dhd_prot_packet_free() 4352 PKTFREE(dhd->osh, pkt, send); in dhd_prot_packet_free() 4355 PKTFREE(dhd->osh, pkt, send); in dhd_prot_packet_free() [all...] |
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/ |
H A D | eth_drv.h | 43 EthSend send; member
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | file.c | 250 return send(fd, buf, nbytes, 0); in write()
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 347 (drvSc->funs->send)(ethDevice, netBuf); in EthDrvSend() 570 .send = HiethSend,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 221 #define SO_BROADCAST 0x0020 /* permit to send and to receive broadcast messages (see IP_SOF_BROADCAST option) */ 252 #define SO_SNDBUF 0x1001 /* Unimplemented: send buffer size */ 254 #define SO_SNDLOWAT 0x1003 /* Unimplemented: send low-water mark */ 313 /* Flags we can use with send and recv. */ 322 /** Sender will send more messages. */ 339 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ 387 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ 393 TCP_SEND_QUEUE, /**< Indicates the send queue. */ 775 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ 821 #define lwip_send send 2473 #define send global() macro [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 128 #define ECOMM 70 /* Communication error on send */
166 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
811 * @param buffer [IN] Type #void * Specifies a buffer containing the message to send.
813 * @param length [IN] Type #size_t Specifies the length of the message to send.CNcomment:指定消息长度CNend
821 int send(int s, const void *dataptr, size_t size, int flags);
825 * @brief send messages from a connection-oriented and connectionless sockets.
835 * @param buffer [IN] Type #void * Specifies a buffer containing the message to send.
837 * @param length [IN] Type #size_t Specifies the length of the message to send.CNcomment:指定消息长度CNend
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 425 * This API is used to shut down socket send and receive operations. 428 * @param how [IN] Specifies the type of shutdown. The values are as follows: \n SHUT_RD Disables further receive operations. SHUT_WR: Disables further send operations. SHUT_RDWR: Disables further send and receive operations. 710 * This API will send a message only when the socket is connected. 713 * @param dataptr [IN] Specifies a buffer containing message to send. 714 * @param size [IN] Specifies the length of the message to send. 719 * <li>UDP & RAW connection can send only a maximum data of length 65000. Sending more data would 724 * @retval #ssize_t On success, send() shall return the number of bytes sent. On failure, -1 shall be returned. 734 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, and concurrent sending was not supported.</li> 752 ssize_t send (in [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 1199 ret = send(g_ip_link_ctl[link_id].sfd, send_msg, send_len, 0); in ip_tcp_send()
|