/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fcpio.h | 121 * The only firmware requests that will use the rx_id/ox_id fields instead 130 u16 rx_id; member 149 fcpio_tag_exid_enc(struct fcpio_tag *tag, u16 ox_id, u16 rx_id) in fcpio_tag_exid_enc() argument 151 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc() 156 fcpio_tag_exid_dec(struct fcpio_tag *tag, u16 *ox_id, u16 *rx_id) in fcpio_tag_exid_dec() argument 158 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec() 313 u16 rx_id; /* FC rx_id o member 333 u16 rx_id; /* FC rx_id of target command */ global() member 348 u16 rx_id; /* FC rx_id of target command */ global() member 371 u16 rx_id; /* FC rx_id of target command */ global() member 383 u16 rx_id; /* rx_id of the target request */ global() member 583 u16 rx_id; /* rx_id of the target request */ global() member 617 u16 rx_id; /* rx_id of the target request */ global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fcpio.h | 109 * The only firmware requests that will use the rx_id/ox_id fields instead 118 u16 rx_id; member 137 fcpio_tag_exid_enc(struct fcpio_tag *tag, u16 ox_id, u16 rx_id) in fcpio_tag_exid_enc() argument 139 tag->u.ex_id.rx_id = rx_id; in fcpio_tag_exid_enc() 144 fcpio_tag_exid_dec(struct fcpio_tag *tag, u16 *ox_id, u16 *rx_id) in fcpio_tag_exid_dec() argument 146 *rx_id = tag->u.ex_id.rx_id; in fcpio_tag_exid_dec() 301 u16 rx_id; /* FC rx_id o member 321 u16 rx_id; /* FC rx_id of target command */ global() member 336 u16 rx_id; /* FC rx_id of target command */ global() member 359 u16 rx_id; /* FC rx_id of target command */ global() member 371 u16 rx_id; /* rx_id of the target request */ global() member 571 u16 rx_id; /* rx_id of the target request */ global() member 605 u16 rx_id; /* rx_id of the target request */ global() member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 30 __le16 rx_id; member 101 __le16 rx_id; member 115 __le16 rx_id; member 130 __le16 rx_id /* RX_ID of the associated task */; member 140 __le16 rx_id; member 164 __le16 rx_id /* RX_ID of the associated task */; member 298 __le16 rx_id /* RX_ID that is located in the FCP_RSP FC header */; member
|
H A D | drv_fcoe_fw_funcs.c | 61 t_st_ctx->read_write.rx_id = cpu_to_le16(FCOE_RX_ID); in init_initiator_rw_fcoe_task() 159 t_st_ctx->read_write.rx_id = cpu_to_le16(FCOE_RX_ID); in init_initiator_midpath_unsolicited_fcoe_task()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 30 __le16 rx_id; member 101 __le16 rx_id; member 115 __le16 rx_id; member 130 __le16 rx_id /* RX_ID of the associated task */; member 140 __le16 rx_id; member 164 __le16 rx_id /* RX_ID of the associated task */; member 298 __le16 rx_id /* RX_ID that is located in the FCP_RSP FC header */; member
|
H A D | drv_fcoe_fw_funcs.c | 61 t_st_ctx->read_write.rx_id = cpu_to_le16(FCOE_RX_ID); in init_initiator_rw_fcoe_task() 159 t_st_ctx->read_write.rx_id = cpu_to_le16(FCOE_RX_ID); in init_initiator_midpath_unsolicited_fcoe_task()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 1581 u32 rx_id, int num_rxps) in bnad_rx_msix_register() 1591 rx_id + rx_info->rx_ctrl[i].ccb->id); in bnad_rx_msix_register() 1663 uint rx_id) in bnad_rx_res_alloc() 1673 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_RX, rx_id, in bnad_rx_res_alloc() 1886 bnad_napi_add(struct bnad *bnad, u32 rx_id) in bnad_napi_add() argument 1893 rx_ctrl = &bnad->rx_info[rx_id].rx_ctrl[i]; in bnad_napi_add() 1900 bnad_napi_delete(struct bnad *bnad, u32 rx_id) in bnad_napi_delete() argument 1906 netif_napi_del(&bnad->rx_info[rx_id].rx_ctrl[i].napi); in bnad_napi_delete() 2090 bnad_rx_ctrl_init(struct bnad *bnad, u32 rx_id) in bnad_rx_ctrl_init() argument 2092 struct bnad_rx_info *rx_info = &bnad->rx_info[rx_id]; in bnad_rx_ctrl_init() 1580 bnad_rx_msix_register(struct bnad *bnad, struct bnad_rx_info *rx_info, u32 rx_id, int num_rxps) bnad_rx_msix_register() argument 1662 bnad_rx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, uint rx_id) bnad_rx_res_alloc() argument 2105 u32 rx_id = 0, count = 0; bnad_reinit_rx() local 2144 bnad_destroy_rx(struct bnad *bnad, u32 rx_id) bnad_destroy_rx() argument 2190 bnad_setup_rx(struct bnad *bnad, u32 rx_id) bnad_setup_rx() argument 2372 bnad_restore_vlans(struct bnad *bnad, u32 rx_id) bnad_restore_vlans() argument [all...] |
H A D | bnad.h | 212 u32 rx_id; member 381 void bnad_restore_vlans(struct bnad *bnad, u32 rx_id); 389 int bnad_setup_rx(struct bnad *bnad, u32 rx_id); 392 void bnad_destroy_rx(struct bnad *bnad, u32 rx_id);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 1580 u32 rx_id, int num_rxps) in bnad_rx_msix_register() 1590 rx_id + rx_info->rx_ctrl[i].ccb->id); in bnad_rx_msix_register() 1662 uint rx_id) in bnad_rx_res_alloc() 1672 err = bnad_txrx_irq_alloc(bnad, BNAD_INTR_RX, rx_id, in bnad_rx_res_alloc() 1884 bnad_napi_add(struct bnad *bnad, u32 rx_id) in bnad_napi_add() argument 1891 rx_ctrl = &bnad->rx_info[rx_id].rx_ctrl[i]; in bnad_napi_add() 1898 bnad_napi_delete(struct bnad *bnad, u32 rx_id) in bnad_napi_delete() argument 1904 netif_napi_del(&bnad->rx_info[rx_id].rx_ctrl[i].napi); in bnad_napi_delete() 2088 bnad_rx_ctrl_init(struct bnad *bnad, u32 rx_id) in bnad_rx_ctrl_init() argument 2090 struct bnad_rx_info *rx_info = &bnad->rx_info[rx_id]; in bnad_rx_ctrl_init() 1579 bnad_rx_msix_register(struct bnad *bnad, struct bnad_rx_info *rx_info, u32 rx_id, int num_rxps) bnad_rx_msix_register() argument 1661 bnad_rx_res_alloc(struct bnad *bnad, struct bna_res_info *res_info, uint rx_id) bnad_rx_res_alloc() argument 2103 u32 rx_id = 0, count = 0; bnad_reinit_rx() local 2142 bnad_destroy_rx(struct bnad *bnad, u32 rx_id) bnad_destroy_rx() argument 2188 bnad_setup_rx(struct bnad *bnad, u32 rx_id) bnad_setup_rx() argument 2370 bnad_restore_vlans(struct bnad *bnad, u32 rx_id) bnad_restore_vlans() argument [all...] |
H A D | bnad.h | 212 u32 rx_id; member 381 void bnad_restore_vlans(struct bnad *bnad, u32 rx_id); 389 int bnad_setup_rx(struct bnad *bnad, u32 rx_id); 392 void bnad_destroy_rx(struct bnad *bnad, u32 rx_id);
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_io.c | 173 u16 ox_id, u16 rx_id) in efct_io_find_tgt_io() 182 (rx_id == 0xffff || io->tgt_task_tag == rx_id)) { in efct_io_find_tgt_io() 172 efct_io_find_tgt_io(struct efct *efct, struct efct_node *node, u16 ox_id, u16 rx_id) efct_io_find_tgt_io() argument
|
H A D | efct_unsol.c | 407 u16 rx_id = be16_to_cpu(hdr->fh_rx_id); in efct_process_abts() local 411 abortio = efct_io_find_tgt_io(efct, node, ox_id, rx_id); in efct_process_abts() 417 efc_log_info(node->efct, "Abort ox_id [%04x] rx_id [%04x]\n", in efct_process_abts() 418 ox_id, rx_id); in efct_process_abts() 430 * Save the rx_id from the ABTS as it is in efct_process_abts() 432 * regardless of the IO context's rx_id in efct_process_abts() 434 io->abort_rx_id = rx_id; in efct_process_abts() 485 efc_log_err(efct, "s_id %06x d_id %06x ox_id %04x rx_id %04x\n", in efct_node_recv_abts_frame()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | sh_fsi.h | 24 int rx_id; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | sh_fsi.h | 24 int rx_id; member
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | fcoe_common.h | 96 __le16 rx_id; member 148 __le16 rx_id; member 200 __le16 rx_id; member 331 __le16 rx_id; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | fcoe_common.h | 96 __le16 rx_id; member 148 __le16 rx_id; member 200 __le16 rx_id; member 331 __le16 rx_id; member
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | omap-mailbox.c | 94 int rx_id; member 757 finfo->rx_id = tmp[0]; in omap_mbox_probe() 766 if (finfo->tx_id >= num_fifos || finfo->rx_id >= num_fifos || in omap_mbox_probe() 813 fifo->msg = MAILBOX_MESSAGE(finfo->rx_id); in omap_mbox_probe() 814 fifo->msg_stat = MAILBOX_MSGSTATUS(finfo->rx_id); in omap_mbox_probe() 815 fifo->intr_bit = MAILBOX_IRQ_NEWMSG(finfo->rx_id); in omap_mbox_probe()
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | omap-mailbox.c | 94 int rx_id; member 746 finfo->rx_id = tmp[0]; in omap_mbox_probe() 754 if (finfo->tx_id >= num_fifos || finfo->rx_id >= num_fifos || in omap_mbox_probe() 800 fifo->msg = MAILBOX_MESSAGE(finfo->rx_id); in omap_mbox_probe() 801 fifo->msg_stat = MAILBOX_MSGSTATUS(finfo->rx_id); in omap_mbox_probe() 802 fifo->intr_bit = MAILBOX_IRQ_NEWMSG(finfo->rx_id); in omap_mbox_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fcbuild.c | 46 fc_els_req_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 57 fc_els_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 65 fc_bls_req_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 76 fc_bls_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 126 fcp_fchs_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 140 fchs->rx_id = FC_RXID_ANY; in fc_gs_fchdr_build() 147 * no need to set rx_id for response in fc_gs_fchdr_build() 582 rrq->rx_id = FC_RXID_ANY; in fc_rrq_build() 619 u32 s_id, __be16 ox_id, u16 rx_id) in fc_ba_acc_build() 625 fchs->rx_id in fc_ba_acc_build() 618 fc_ba_acc_build(struct fchs_s *fchs, struct fc_ba_acc_s *ba_acc, u32 d_id, u32 s_id, __be16 ox_id, u16 rx_id) fc_ba_acc_build() argument [all...] |
/kernel/linux/linux-5.10/net/can/ |
H A D | isotp.c | 174 /* no broadcast modes => register rx_id for FC frame reception */ in isotp_register_rxid() 1217 canid_t rx_id = addr->can_addr.tp.rx_id; in isotp_bind() local 1239 if (rx_id & CAN_EFF_FLAG) in isotp_bind() 1240 rx_id &= (CAN_EFF_FLAG | CAN_EFF_MASK); in isotp_bind() 1242 rx_id &= CAN_SFF_MASK; in isotp_bind() 1245 if (rx_id != addr->can_addr.tp.rx_id) in isotp_bind() 1259 /* ensure different CAN IDs when the rx_id is to be registered */ in isotp_bind() 1260 if (isotp_register_rxid(so) && rx_id in isotp_bind() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fcbuild.c | 46 fc_els_req_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 57 fc_els_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 65 fc_bls_req_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 76 fc_bls_rsp_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 126 fcp_fchs_tmpl.rx_id = FC_RXID_ANY; in fcbuild_init() 140 fchs->rx_id = FC_RXID_ANY; in fc_gs_fchdr_build() 147 * no need to set rx_id for response in fc_gs_fchdr_build() 582 rrq->rx_id = FC_RXID_ANY; in fc_rrq_build() 619 u32 s_id, __be16 ox_id, u16 rx_id) in fc_ba_acc_build() 625 fchs->rx_id in fc_ba_acc_build() 618 fc_ba_acc_build(struct fchs_s *fchs, struct fc_ba_acc_s *ba_acc, u32 d_id, u32 s_id, __be16 ox_id, u16 rx_id) fc_ba_acc_build() argument [all...] |
/kernel/linux/linux-6.6/net/can/ |
H A D | isotp.c | 187 /* no broadcast modes => register rx_id for FC frame reception */ in isotp_register_rxid() 1254 canid_t rx_id = addr->can_addr.tp.rx_id; in isotp_bind() local 1276 if (rx_id & CAN_EFF_FLAG) in isotp_bind() 1277 rx_id &= (CAN_EFF_FLAG | CAN_EFF_MASK); in isotp_bind() 1279 rx_id &= CAN_SFF_MASK; in isotp_bind() 1282 if (rx_id != addr->can_addr.tp.rx_id) in isotp_bind() 1296 /* ensure different CAN IDs when the rx_id is to be registered */ in isotp_bind() 1297 if (isotp_register_rxid(so) && rx_id in isotp_bind() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | can.h | 176 struct { canid_t rx_id, tx_id; } tp; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | can.h | 71 canid_t rx_id, tx_id; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | can.h | 71 canid_t rx_id, tx_id; member
|