Searched refs:client_id (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/dev/mlx5/ |
| D | vport.h | 39 int mlx5_vport_alloc_q_counter(struct mlx5_core_dev *mdev, int client_id, 41 int mlx5_vport_dealloc_q_counter(struct mlx5_core_dev *mdev, int client_id,
|
| /freebsd-10-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_vport.c | 124 int client_id) in mlx5_vport_max_q_counter_allocator() argument 126 switch (client_id) { in mlx5_vport_max_q_counter_allocator() 133 mlx5_core_warn(mdev, "Unknown Client: %d\n", client_id); in mlx5_vport_max_q_counter_allocator() 139 int client_id, u16 *counter_set_id) in mlx5_vport_alloc_q_counter() argument 145 if (mdev->num_q_counter_allocated[client_id] > in mlx5_vport_alloc_q_counter() 146 mlx5_vport_max_q_counter_allocator(mdev, client_id)) in mlx5_vport_alloc_q_counter() 162 mdev->num_q_counter_allocated[client_id]++; in mlx5_vport_alloc_q_counter() 168 int client_id, u16 counter_set_id) in mlx5_vport_dealloc_q_counter() argument 174 if (mdev->num_q_counter_allocated[client_id] <= 0) in mlx5_vport_dealloc_q_counter() 188 mdev->num_q_counter_allocated[client_id]--; in mlx5_vport_dealloc_q_counter()
|
| /freebsd-10-stable/sys/dev/bxe/ |
| D | ecore_sp.c | 940 hdr->client_id = raw->cl_id; in ecore_vlan_mac_set_cmd_hdr_e2() 1078 hdr->client_id = ECORE_CPU_TO_LE16(0xff); in ecore_vlan_mac_set_rdata_hdr_e1x() 2689 data->rules[rule_idx].client_id = p->cl_id; in ecore_set_rx_mode_e2() 2702 data->rules[rule_idx].client_id = p->cl_id; in ecore_set_rx_mode_e2() 2722 data->rules[rule_idx].client_id = ECORE_FCOE_CID(sc); in ecore_set_rx_mode_e2() 2736 data->rules[rule_idx].client_id = ECORE_FCOE_CID(sc); in ecore_set_rx_mode_e2() 3725 data->hdr.client_id = ECORE_CPU_TO_LE16(0xff); in ecore_mcast_set_rdata_hdr_e1() 4783 gen_data->client_id = o->cl_id; in ecore_q_fill_init_general_data() 5131 o->cids[cid_index], rdata->general.client_id, in ecore_q_send_setup_tx_only() 5150 data->client_id = obj->cl_id; in ecore_q_fill_update_data() [all …]
|
| D | ecore_hsi.h | 6631 uint8_t client_id /* client_id */; member 6767 uint8_t client_id /* the client to update */; member 6851 uint8_t client_id; member 6950 uint32_t client_id /* id of this client. (5 bits are used) */; member 7094 uint8_t client_id /* the client id */; member 7154 uint32_t client_id /* id of this client. (5 bits are used) */; member 7779 uint16_t client_id /* the client id which this ramrod is sent on. 5b is used. */; member 7847 uint8_t client_id /* client init flow control data */; member
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_cxt.c | 577 enum ilt_clients client_id) in ecore_ilt_cli_adv_line() argument 591 client_id, p_cli->first.val, p_cli->last.val, in ecore_ilt_cli_adv_line()
|