Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dutils.py229 orig = connection.send_packet("qqemu.PhyMemMode")
233 if connection.send_packet("Qqemu.PhyMemMode:1") != b"OK":
238 if connection.send_packet("Qqemu.PhyMemMode:" + orig) != b"OK":
/linux/drivers/tty/ipwireless/
H A 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/tools/testing/selftests/net/lib/
H A Dcsum.c406 static void send_packet(int fd, const char *buf, int len) in send_packet() function
934 send_packet(fd, buf, len); in do_tx()
/linux/drivers/net/ethernet/agere/
H A Det131x.c2619 static int send_packet(struct sk_buff *skb, struct et131x_adapter *adapter) in send_packet() function
3823 if (send_packet(skb, adapter)) in et131x_tx()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c4250 * send_packet - send packet
4256 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function
4502 send_packet(skb, dev); in netdev_tx()