Home
last modified time | relevance | path

Searched refs:send_packet (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/tty/ipwireless/
Dhardware.c1237 static void send_packet(struct ipw_hardware *hw, int priority, in send_packet() function
1310 send_packet(hw, PRIO_DATA, packet); in ipwireless_send_packet()
1329 send_packet(hw, prio, &packet->header); in set_control_line()
1421 send_packet(hw, PRIO_SETUP, &config_packet->header); in __handle_setup_get_version_rsp()
1431 send_packet(hw, PRIO_SETUP, &config_done_packet->header); in __handle_setup_get_version_rsp()
1444 send_packet(hw, PRIO_SETUP, &open_packet->header); in __handle_setup_get_version_rsp()
1483 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp()
1526 send_packet(hw, PRIO_SETUP, &ver_packet->header); in ipw_send_setup_packet()
1585 send_packet(hw, PRIO_SETUP, &packet->header); in handle_received_SETUP_packet()
/linux-6.12.1/drivers/media/rc/
Diguanair.c39 struct send_packet *packet;
60 #define MAX_OUT_PACKET (sizeof(struct send_packet) + BUF_SIZE)
70 struct send_packet { struct
Dimon.c593 static int send_packet(struct imon_context *ictx) in send_packet() function
701 return send_packet(ictx); in send_associate_24g()
781 retval = send_packet(ictx); in send_set_imon_clock()
989 retval = send_packet(ictx); in vfd_write()
1003 retval = send_packet(ictx); in vfd_write()
1055 retval = send_packet(ictx); in lcd_write()
1153 retval = send_packet(ictx); in imon_ir_change_protocol()
1988 ret = send_packet(ictx); in imon_init_rdev()
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_cmx.c1377 goto send_packet;
1400 goto send_packet;
1440 goto send_packet;
1501 goto send_packet;
1561 goto send_packet;
1563 send_packet:
/linux-6.12.1/tools/testing/selftests/net/lib/
Dcsum.c406 static void send_packet(int fd, const char *buf, int len) in send_packet() function
936 send_packet(fd, buf, len); in do_tx()
/linux-6.12.1/drivers/net/ethernet/agere/
Det131x.c2583 static int send_packet(struct sk_buff *skb, struct et131x_adapter *adapter) in send_packet() function
3786 if (send_packet(skb, adapter)) in et131x_tx()
/linux-6.12.1/drivers/net/ethernet/micrel/
Dksz884x.c4256 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function
4502 send_packet(skb, dev); in netdev_tx()