Home
last modified time | relevance | path

Searched refs:res_type (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/drivers/net/bna/
Dbna_ctrl.c1816 res_info[BNA_RES_MEM_T_COM].res_type = BNA_RES_T_MEM; in bna_adv_res_req()
1823 res_info[BNA_RES_MEM_T_FWTRC].res_type = BNA_RES_T_MEM; in bna_adv_res_req()
1829 res_info[BNA_RES_MEM_T_STATS].res_type = BNA_RES_T_MEM; in bna_adv_res_req()
1836 res_info[BNA_RES_MEM_T_SWSTATS].res_type = BNA_RES_T_MEM; in bna_adv_res_req()
2805 res_info[BNA_RES_MEM_T_ATTR].res_type = BNA_RES_T_MEM; in bna_res_req()
2812 res_info[BNA_RES_MEM_T_IBIDX].res_type = BNA_RES_T_MEM; in bna_res_req()
2819 res_info[BNA_RES_MEM_T_IB_ARRAY].res_type = BNA_RES_T_MEM; in bna_res_req()
2827 res_info[BNA_RES_MEM_T_INTR_ARRAY].res_type = BNA_RES_T_MEM; in bna_res_req()
2835 res_info[BNA_RES_MEM_T_IDXSEG_ARRAY].res_type = BNA_RES_T_MEM; in bna_res_req()
2843 res_info[BNA_RES_MEM_T_TX_ARRAY].res_type = BNA_RES_T_MEM; in bna_res_req()
[all …]
Dbna_txrx.c2725 res_info[BNA_RX_RES_MEM_T_CCB].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2732 res_info[BNA_RX_RES_MEM_T_RCB].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2739 res_info[BNA_RX_RES_MEM_T_CQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2746 res_info[BNA_RX_RES_MEM_T_CSWQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2753 res_info[BNA_RX_RES_MEM_T_CQPT_PAGE].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2760 res_info[BNA_RX_RES_MEM_T_DQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2767 res_info[BNA_RX_RES_MEM_T_DSWQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2774 res_info[BNA_RX_RES_MEM_T_DPAGE].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2781 res_info[BNA_RX_RES_MEM_T_HQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
2788 res_info[BNA_RX_RES_MEM_T_HSWQPT].res_type = BNA_RES_T_MEM; in bna_rx_res_req()
[all …]
Dbnad.c65 (_res_info)->res_type = BNA_RES_T_MEM; \
1339 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_free()
1341 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_free()
1354 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_tx_res_alloc()
1357 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_tx_res_alloc()
1377 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_rx_res_free()
1379 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_rx_res_free()
1393 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_rx_res_alloc()
1396 else if (res_info[i].res_type == BNA_RES_T_INTR) in bnad_rx_res_alloc()
2230 if (res_info[i].res_type == BNA_RES_T_MEM) in bnad_res_free()
[all …]
Dbna_types.h329 enum bna_res_type res_type; member
/linux-2.6.39/drivers/target/
Dtarget_core_configfs.c1138 switch (T10_RES(su_dev)->res_type) { in target_core_dev_pr_show_attr_res_holder()
1175 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_pr_all_tgt_pts()
1212 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_pr_generation()
1239 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_pr_holder_tg_port()
1286 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_pr_registered_i_pts()
1337 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_pr_type()
1368 switch (T10_RES(su_dev)->res_type) { in target_core_dev_pr_show_attr_res_type()
1386 SE_DEV_PR_ATTR_RO(res_type);
1399 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_aptpl_active()
1418 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in target_core_dev_pr_show_attr_res_aptpl_metadata()
[all …]
Dtarget_core_pr.c220 int crh = (T10_RES(su_dev)->res_type == SPC3_PERSISTENT_RESERVATIONS); in core_scsi2_emulate_crh()
987 if (T10_RES(su_dev)->res_type != SPC3_PERSISTENT_RESERVATIONS) in core_scsi3_check_aptpl_registration()
4225 rest->res_type = SPC_PASSTHROUGH; in core_setup_reservations()
4237 rest->res_type = SPC3_PERSISTENT_RESERVATIONS; in core_setup_reservations()
4243 rest->res_type = SPC2_RESERVATIONS; in core_setup_reservations()
Dtarget_core_transport.c3370 (T10_RES(su_dev)->res_type == in transport_generic_cmd_sequencer()
3490 (T10_RES(su_dev)->res_type != in transport_generic_cmd_sequencer()
3507 (T10_RES(su_dev)->res_type != in transport_generic_cmd_sequencer()
/linux-2.6.39/drivers/net/skfp/
Dess.c140 msg_res_type = ((struct smt_p_0015 *)p)->res_type ; in ess_raf_received_pack()
502 chg->s_type.res_type = SYNC_BW ; in ess_send_response()
593 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
/linux-2.6.39/drivers/net/skfp/h/
Dsmt.h457 u_int res_type ; /* recsource type */ member
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h73 enum ttm_object_type res_type; member
Dvmwgfx_resource.c129 res->res_type = obj_type; in vmw_resource_init()
/linux-2.6.39/include/target/
Dtarget_core_base.h378 t10_reservations_index_t res_type; member
/linux-2.6.39/drivers/infiniband/hw/nes/
Dnes_cm.c1484 u32 res_type; in handle_rcv_mpa() local
1485 ret = parse_mpa(cm_node, dataloc, &res_type, datasize); in handle_rcv_mpa()
1502 if (res_type == NES_MPA_REQUEST_REJECT) { in handle_rcv_mpa()
1515 if (res_type == NES_MPA_REQUEST_REJECT) { in handle_rcv_mpa()
/linux-2.6.39/drivers/platform/x86/
Dthinkpad_acpi.c561 char res_type; in acpi_evalf() local
576 res_type = *(fmt++); in acpi_evalf()
599 if (res_type != 'v') { in acpi_evalf()
608 switch (res_type) { in acpi_evalf()
621 "with invalid format character '%c'\n", res_type); in acpi_evalf()
/linux-2.6.39/drivers/scsi/
Dipr.h389 u8 res_type; member
Dipr.c1045 res->type = cfgtew->u.cfgte64->res_type; in ipr_init_res_entry()
1171 res->type = cfgtew->u.cfgte64->res_type; in ipr_update_res_entry()