Searched refs:cmd_buf (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/wpa/src/common/ |
| HD | wpa_ctrl.c | 477 char *cmd_buf = NULL; in wpa_ctrl_request() local 484 cmd_buf = os_malloc(_cmd_len); in wpa_ctrl_request() 485 if (cmd_buf == NULL) in wpa_ctrl_request() 487 _cmd = cmd_buf; in wpa_ctrl_request() 488 pos = cmd_buf; in wpa_ctrl_request() 524 os_free(cmd_buf); in wpa_ctrl_request() 527 os_free(cmd_buf); in wpa_ctrl_request()
|
| /NextBSD/sys/dev/ixl/ |
| HD | i40e_adminq.h | 50 struct i40e_virt_mem cmd_buf; /* command buffer memory */ member 84 (&(((struct i40e_asq_cmd_details *)((R).cmd_buf.va))[i]))
|
| HD | i40e_adminq.c | 101 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring() 293 i40e_free_virt_mem(hw, &hw->aq.asq.cmd_buf); in i40e_free_asq_bufs()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | wpa_priv.c | 541 void *cmd_buf; in wpa_priv_receive() local 562 cmd_buf = &buf[sizeof(int)]; in wpa_priv_receive() 573 wpa_priv_cmd_scan(iface, cmd_buf, cmd_len); in wpa_priv_receive() 579 wpa_priv_cmd_associate(iface, cmd_buf, cmd_len); in wpa_priv_receive() 588 wpa_priv_cmd_set_key(iface, cmd_buf, cmd_len); in wpa_priv_receive() 594 wpa_priv_cmd_l2_register(iface, &from, cmd_buf, cmd_len); in wpa_priv_receive() 603 wpa_priv_cmd_l2_send(iface, &from, cmd_buf, cmd_len); in wpa_priv_receive() 606 pos = cmd_buf; in wpa_priv_receive() 613 wpa_priv_cmd_authenticate(iface, cmd_buf, cmd_len); in wpa_priv_receive()
|
| /NextBSD/sys/dev/tws/ |
| HD | tws.c | 694 struct tws_command_packet *cmd_buf; in tws_init_reqs() local 695 cmd_buf = (struct tws_command_packet *)sc->dma_mem; in tws_init_reqs() 698 bzero(cmd_buf, dma_mem_size); in tws_init_reqs() 708 sc->reqs[i].cmd_pkt = &cmd_buf[i]; in tws_init_reqs() 710 sc->sense_bufs[i].hdr = &cmd_buf[i].hdr ; in tws_init_reqs()
|
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_cmd.c | 138 return cmd->cmd_buf + (idx << cmd->log_stride); in get_inst() 1342 cmd->cmd_buf = cmd->cmd_alloc_buf; in alloc_cmd_page() 1354 cmd->cmd_buf = PTR_ALIGN(cmd->cmd_alloc_buf, MLX5_ADAPTER_PAGE_SIZE); in alloc_cmd_page()
|
| /NextBSD/sys/dev/mlx5/ |
| HD | driver.h | 273 void *cmd_buf; member
|