Home
last modified time | relevance | path

Searched refs:mnemonic (Results 1 – 7 of 7) sorted by relevance

/drivers/crypto/vmx/
Dppc-xlate.pl217 my $mnemonic = $2;
219 my $opcode = eval("\$$mnemonic");
222 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1436 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr()
1439 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr()
1441 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr()
1443 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()
1445 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in cxgbit_send_tx_flowc_wr()
1447 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in cxgbit_send_tx_flowc_wr()
1449 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in cxgbit_send_tx_flowc_wr()
1451 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr()
1454 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in cxgbit_send_tx_flowc_wr()
1463 flowc->mnemval[index].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in cxgbit_send_tx_flowc_wr()
[all …]
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c629 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
631 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
633 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
635 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
637 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
639 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_tx_flowc_wr()
641 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_tx_flowc_wr()
643 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_tx_flowc_wr()
645 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr()
647 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_tx_flowc_wr()
[all …]
/drivers/infiniband/hw/cxgb4/
Dcm.c616 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
619 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
621 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
623 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
625 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
627 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc()
629 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc()
631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
633 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in send_flowc()
638 flowc->mnemval[9].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in send_flowc()
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2591 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc()
2593 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc()
2595 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc()
2597 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc()
2599 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in cxgb4_ethofld_send_flowc()
2601 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_EOSTATE; in cxgb4_ethofld_send_flowc()
Dt4fw_api.h732 u8 mnemonic; member
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c178 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()