Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 72) sorted by relevance

123

/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c610 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
616 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
621 if (details->callback) { in i40e_clean_asq()
623 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq()
628 memset((void *)details, 0, in i40e_clean_asq()
634 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
677 struct i40e_asq_cmd_details *details; in i40evf_asq_send_command() local
702 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40evf_asq_send_command()
704 *details = *cmd_details; in i40evf_asq_send_command()
710 if (details->cookie) { in i40evf_asq_send_command()
[all …]
Di40e_common.c927 struct i40e_asq_cmd_details details; in i40e_aq_send_msg_to_pf() local
942 memset(&details, 0, sizeof(details)); in i40e_aq_send_msg_to_pf()
943 details.async = true; in i40e_aq_send_msg_to_pf()
944 cmd_details = &details; in i40e_aq_send_msg_to_pf()
/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c678 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local
684 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
689 if (details->callback) { in i40e_clean_asq()
691 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq()
696 memset(details, 0, sizeof(*details)); in i40e_clean_asq()
701 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
744 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local
769 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command()
771 *details = *cmd_details; in i40e_asq_send_command()
777 if (details->cookie) { in i40e_asq_send_command()
[all …]
/drivers/cpufreq/
DKconfig.x8624 For details, take a look at:
44 For details, take a look at <file:Documentation/cpu-freq/>.
81 For details, take a look at <file:Documentation/cpu-freq/>.
91 For details, take a look at <file:Documentation/cpu-freq/>.
103 For details, take a look at <file:Documentation/cpu-freq/>.
113 For details, take a look at <file:Documentation/cpu-freq/>.
134 For details, take a look at <file:Documentation/cpu-freq/>.
160 For details, take a look at <file:Documentation/cpu-freq/>.
179 For details, take a look at <file:Documentation/cpu-freq/>.
202 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig15 For details, take a look at <file:Documentation/cpu-freq>.
41 bool "CPU frequency translation statistics details"
168 For details, take a look at <file:Documentation/cpu-freq/>.
186 For details, take a look at linux/Documentation/cpu-freq.
200 For details, take a look at linux/Documentation/cpu-freq.
224 For details, take a look at linux/Documentation/cpu-freq.
299 For details, take a look at <file:Documentation/cpu-freq/>.
314 For details, take a look at <file:Documentation/cpu-freq/>.
325 For details, take a look at <file:Documentation/cpu-freq/>.
336 For details, take a look at <file:Documentation/cpu-freq>.
[all …]
DKconfig.powerpc7 For details, take a look at <file:Documentation/cpu-freq/>.
/drivers/infiniband/hw/qib/
Dqib_mad.c156 memset(&data.details, 0, sizeof(data.details)); in qib_bad_pqkey()
157 data.details.ntc_257_258.lid1 = lid1; in qib_bad_pqkey()
158 data.details.ntc_257_258.lid2 = lid2; in qib_bad_pqkey()
159 data.details.ntc_257_258.key = cpu_to_be32(key); in qib_bad_pqkey()
160 data.details.ntc_257_258.sl_qp1 = cpu_to_be32((sl << 28) | qp1); in qib_bad_pqkey()
161 data.details.ntc_257_258.qp2 = cpu_to_be32(qp2); in qib_bad_pqkey()
180 memset(&data.details, 0, sizeof(data.details)); in qib_bad_mkey()
181 data.details.ntc_256.lid = data.issuer_lid; in qib_bad_mkey()
182 data.details.ntc_256.method = smp->method; in qib_bad_mkey()
183 data.details.ntc_256.attr_id = smp->attr_id; in qib_bad_mkey()
[all …]
/drivers/usb/atm/
DKconfig27 <http://www.linux-usb.org/SpeedTouch/> for details.
39 <http://accessrunner.sourceforge.net/> for details.
51 <https://gna.org/projects/ueagleatm/> for details.
/drivers/staging/rdma/hfi1/
Dmad.c184 memset(&data.details, 0, sizeof(data.details)); in hfi1_bad_pqkey()
185 data.details.ntc_257_258.lid1 = lid1; in hfi1_bad_pqkey()
186 data.details.ntc_257_258.lid2 = lid2; in hfi1_bad_pqkey()
187 data.details.ntc_257_258.key = cpu_to_be32(key); in hfi1_bad_pqkey()
188 data.details.ntc_257_258.sl_qp1 = cpu_to_be32((sl << 28) | qp1); in hfi1_bad_pqkey()
189 data.details.ntc_257_258.qp2 = cpu_to_be32(qp2); in hfi1_bad_pqkey()
209 memset(&data.details, 0, sizeof(data.details)); in bad_mkey()
210 data.details.ntc_256.lid = data.issuer_lid; in bad_mkey()
211 data.details.ntc_256.method = mad->method; in bad_mkey()
212 data.details.ntc_256.attr_id = mad->attr_id; in bad_mkey()
[all …]
/drivers/atm/
Dnicstarmac.copyright38 * details.
52 * GNU General Public License for more details.
/drivers/md/
Ddm-raid1.c149 struct dm_bio_details details; member
1200 bio_record->details.bi_bdev = NULL; in mirror_map()
1232 dm_bio_record(&bio_record->details, bio); in mirror_map()
1265 if (!bio_record->details.bi_bdev) { in mirror_end_io()
1287 bd = &bio_record->details; in mirror_end_io()
1290 bio_record->details.bi_bdev = NULL; in mirror_end_io()
1300 bio_record->details.bi_bdev = NULL; in mirror_end_io()
Ddm-thin-metadata.c757 struct disk_device_details details; in __write_changed_details() local
766 details.mapped_blocks = cpu_to_le64(td->mapped_blocks); in __write_changed_details()
767 details.transaction_id = cpu_to_le64(td->transaction_id); in __write_changed_details()
768 details.creation_time = cpu_to_le32(td->creation_time); in __write_changed_details()
769 details.snapshotted_time = cpu_to_le32(td->snapshotted_time); in __write_changed_details()
770 __dm_bless_for_disk(&details); in __write_changed_details()
773 &key, &details, &pmd->details_root); in __write_changed_details()
/drivers/message/fusion/
DKconfig86 with the Fusion MPT linux driver for additional details.
100 Please refer to that document for details.
/drivers/md/bcache/
DKconfig8 See Documentation/bcache.txt for details.
/drivers/vfio/
DKconfig30 See Documentation/vfio.txt for more details.
/drivers/net/wireless/libertas/
DLICENSE11 more details.
/drivers/gpu/vga/
DKconfig9 see Documentation/vgaarbiter.txt for more details. Select this to
/drivers/usb/usbip/
DKconfig9 For more details, and to get the userspace utility
/drivers/scsi/aic94xx/
DKconfig19 # General Public License for more details.
/drivers/scsi/libsas/
DKconfig17 # General Public License for more details.
/drivers/usb/class/
DKconfig12 Please read <file:Documentation/usb/acm.txt> for details.
/drivers/scsi/mvsas/
DKconfig20 # General Public License for more details.
/drivers/lguest/
DREADME24 understand the details of the life of a Guest kernel.
/drivers/virtio/
DKconfig78 See Documentation/kernel-parameters.txt for details.
/drivers/firmware/
DKconfig95 See <file:Documentation/dell_rbu.txt> for more details on the driver.
106 See <file:Documentation/dcdbas.txt> for more details on the driver

123