Searched refs:send_packet (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/tty/ipwireless/ |
D | hardware.c | 1236 static void send_packet(struct ipw_hardware *hw, int priority, in send_packet() function 1309 send_packet(hw, PRIO_DATA, packet); in ipwireless_send_packet() 1328 send_packet(hw, prio, &packet->header); in set_control_line() 1420 send_packet(hw, PRIO_SETUP, &config_packet->header); in __handle_setup_get_version_rsp() 1430 send_packet(hw, PRIO_SETUP, &config_done_packet->header); in __handle_setup_get_version_rsp() 1443 send_packet(hw, PRIO_SETUP, &open_packet->header); in __handle_setup_get_version_rsp() 1482 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp() 1523 send_packet(hw, PRIO_SETUP, &ver_packet->header); in ipw_send_setup_packet() 1577 send_packet(hw, PRIO_SETUP, &packet->header); in handle_received_SETUP_packet()
|
/linux-4.4.14/drivers/media/rc/ |
D | iguanair.c | 55 struct send_packet *packet; 76 #define MAX_OUT_PACKET (sizeof(struct send_packet) + BUF_SIZE) 86 struct send_packet { struct
|
D | imon.c | 568 static int send_packet(struct imon_context *ictx) in send_packet() function 678 retval = send_packet(ictx); in send_associate_24g() 760 retval = send_packet(ictx); in send_set_imon_clock() 975 retval = send_packet(ictx); in vfd_write() 989 retval = send_packet(ictx); in vfd_write() 1044 retval = send_packet(ictx); in lcd_write() 1147 retval = send_packet(ictx); in imon_ir_change_protocol() 1979 ret = send_packet(ictx); in imon_init_rdev()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_imon.c | 321 static int send_packet(struct imon_context *context) in send_packet() function 434 retval = send_packet(context); in vfd_write() 451 retval = send_packet(context); in vfd_write()
|
D | lirc_sasem.c | 316 static int send_packet(struct sasem_context *context) in send_packet() function 441 retval = send_packet(context); in vfd_write()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 1388 goto send_packet; 1411 goto send_packet; 1451 goto send_packet; 1512 goto send_packet; 1572 goto send_packet; 1574 send_packet:
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 2587 static int send_packet(struct sk_buff *skb, struct et131x_adapter *adapter) in send_packet() function 3832 if (send_packet(skb, adapter)) in et131x_tx()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4638 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function 4887 send_packet(skb, dev); in netdev_tx()
|