Searched refs:send_packet (Results 1 - 9 of 9) sorted by relevance

/drivers/tty/ipwireless/
H A Dhardware.c1236 static void send_packet(struct ipw_hardware *hw, int priority, function
1309 send_packet(hw, PRIO_DATA, packet);
1328 send_packet(hw, prio, &packet->header);
1420 send_packet(hw, PRIO_SETUP, &config_packet->header);
1430 send_packet(hw, PRIO_SETUP, &config_done_packet->header);
1443 send_packet(hw, PRIO_SETUP, &open_packet->header);
1482 send_packet(hw, PRIO_SETUP, &info_packet->header);
1523 send_packet(hw, PRIO_SETUP, &ver_packet->header);
1577 send_packet(hw, PRIO_SETUP, &packet->header);
/drivers/staging/asus_oled/
H A Dasus_oled.c280 static void send_packet(struct usb_device *udev, function
306 send_packet(udev, packet, 0, 0x100, buf,
308 send_packet(udev, packet, 0x100, 0x080, buf,
311 send_packet(udev, packet, 0x180, 0x100, buf,
313 send_packet(udev, packet, 0x280, 0x100, buf,
315 send_packet(udev, packet, 0x380, 0x080, buf,
/drivers/media/rc/
H A Dimon.c466 static int send_packet(struct imon_context *ictx) function
539 * send_packet can get called so rapidly as to overwhelm the device,
574 retval = send_packet(ictx);
656 retval = send_packet(ictx);
658 pr_err("send_packet failed for packet %d\n", i);
871 retval = send_packet(ictx);
885 retval = send_packet(ictx);
940 retval = send_packet(ictx);
1001 * it is not, so we must acquire it prior to calling send_packet, which
1047 retval = send_packet(ict
[all...]
/drivers/isdn/mISDN/
H A Ddsp_cmx.c1383 goto send_packet;
1406 goto send_packet;
1446 goto send_packet;
1507 goto send_packet;
1570 goto send_packet;
1572 send_packet:
/drivers/staging/media/lirc/
H A Dlirc_sasem.c320 static int send_packet(struct sasem_context *context) function
441 retval = send_packet(context);
H A Dlirc_imon.c319 static int send_packet(struct imon_context *context) function
426 retval = send_packet(context);
442 retval = send_packet(context);
/drivers/net/ethernet/i825xx/
H A D3c505.c977 static netdev_tx_t send_packet(struct net_device *dev, struct sk_buff *skb) function
1084 if (!send_packet(dev, skb)) {
/drivers/staging/et131x/
H A Det131x.c3485 * send_packet - Do the work to send a packet
3493 static int send_packet(struct sk_buff *skb, struct et131x_adapter *adapter) function
3592 status = send_packet(skb, adapter);
/drivers/net/ethernet/micrel/
H A Dksz884x.c4643 * send_packet - send packet
4649 static void send_packet(struct sk_buff *skb, struct net_device *dev) function
4898 send_packet(skb, dev);

Completed in 315 milliseconds