Searched refs:send_packet (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/tty/ipwireless/ |
H A D | hardware.c | 1237 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/drivers/media/rc/ |
H A D | imon.c | 593 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/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 1377 goto send_packet; 1400 goto send_packet; 1440 goto send_packet; 1501 goto send_packet; 1561 goto send_packet; 1563 send_packet:
|
/linux/tools/testing/selftests/net/lib/ |
H A D | csum.c | 406 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 D | et131x.c | 2583 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/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 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()
|