Home
last modified time | relevance | path

Searched refs:head (Results 5676 - 5700 of 5986) sorted by relevance

1...<<221222223224225226227228229230>>...240

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1148 readl(tx_ring->head), readl(tx_ring->tail), tx_ring->next_to_use, in e1000_print_hw_hang()
2937 tx_ring->head = adapter->hw.hw_addr + E1000_TDH(0); in e1000_configure_tx()
2940 writel(0, tx_ring->head); in e1000_configure_tx()
3262 rx_ring->head = adapter->hw.hw_addr + E1000_RDH(0); in e1000_configure_rx()
3265 writel(0, rx_ring->head); in e1000_configure_rx()
5858 * head, otherwise try next time in e1000_xmit_frame()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c4446 u32 head, tail; in qib_7322_hdrqempty() local
4448 head = qib_read_ureg32(rcd->dd, ur_rcvhdrhead, rcd->ctxt); in qib_7322_hdrqempty()
4453 return head == tail; in qib_7322_hdrqempty()
4545 * disabled, tail and head should both be zero in rcvctrl_7322_mod()
4555 dd->rcd[ctxt]->head = val; in rcvctrl_7322_mod()
4563 val = dd->rcd[ctxt]->head | dd->rhdrhead_intr_off; in rcvctrl_7322_mod()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c2786 static int __record_ref(struct list_head *head, u64 dir, in __record_ref() argument
2798 list_add_tail(&ref->list, head); in __record_ref()
2818 static void __free_recorded_refs(struct list_head *head) in __free_recorded_refs() argument
2822 while (!list_empty(head)) { in __free_recorded_refs()
2823 cur = list_entry(head->next, struct recorded_ref, list); in __free_recorded_refs()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c164 * the count of the saved maps (head.length), and the module they
165 * belong to if not built in (head.mod). The ending item contains a
170 struct trace_eval_map_head head; member
5676 /* Set ptr to the next real item (skip head) */ in update_eval_map()
5765 /* Return tail of array given the head */ in trace_eval_jmp_to_tail()
5766 return ptr + ptr->head.length + 1; in trace_eval_jmp_to_tail()
5781 * The trace_eval_maps contains the map plus a head and tail item, in trace_insert_eval_map_file()
5782 * where the head holds the module and length of array, and the in trace_insert_eval_map_file()
5806 map_array->head.mod = mod; in trace_insert_eval_map_file()
5807 map_array->head in trace_insert_eval_map_file()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1152 readl(tx_ring->head), readl(tx_ring->tail), tx_ring->next_to_use, in e1000_print_hw_hang()
2930 tx_ring->head = adapter->hw.hw_addr + E1000_TDH(0); in e1000_configure_tx()
2933 writel(0, tx_ring->head); in e1000_configure_tx()
3255 rx_ring->head = adapter->hw.hw_addr + E1000_RDH(0); in e1000_configure_rx()
3258 writel(0, rx_ring->head); in e1000_configure_rx()
5853 * head, otherwise try next time in e1000_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2734 /* Hw might have updated the head pointer after we cached it. in ath11k_dp_process_rx()
2737 * head pointer so that we can reap complete MPDU in the current in ath11k_dp_process_rx()
5438 struct sk_buff *head, in ath11k_dp_rx_full_mon_prepare_mpdu()
5446 mon_mpdu->head = head; in ath11k_dp_rx_full_mon_prepare_mpdu()
5464 tmp_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_drop_ppdu()
5492 head_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_deliver_ppdu()
5436 ath11k_dp_rx_full_mon_prepare_mpdu(struct ath11k_dp *dp, struct dp_full_mon_mpdu *mon_mpdu, struct sk_buff *head, struct sk_buff *tail) ath11k_dp_rx_full_mon_prepare_mpdu() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c4424 u32 head, tail; in qib_7322_hdrqempty() local
4426 head = qib_read_ureg32(rcd->dd, ur_rcvhdrhead, rcd->ctxt); in qib_7322_hdrqempty()
4431 return head == tail; in qib_7322_hdrqempty()
4523 * disabled, tail and head should both be zero in rcvctrl_7322_mod()
4533 dd->rcd[ctxt]->head = val; in rcvctrl_7322_mod()
4541 val = dd->rcd[ctxt]->head | dd->rhdrhead_intr_off; in rcvctrl_7322_mod()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c170 * the count of the saved maps (head.length), and the module they
171 * belong to if not built in (head.mod). The ending item contains a
176 struct trace_eval_map_head head; member
6129 /* Set ptr to the next real item (skip head) */ in update_eval_map()
6218 /* Return tail of array given the head */ in trace_eval_jmp_to_tail()
6219 return ptr + ptr->head.length + 1; in trace_eval_jmp_to_tail()
6234 * The trace_eval_maps contains the map plus a head and tail item, in trace_insert_eval_map_file()
6235 * where the head holds the module and length of array, and the in trace_insert_eval_map_file()
6259 map_array->head.mod = mod; in trace_insert_eval_map_file()
6260 map_array->head in trace_insert_eval_map_file()
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py5854 head, tail = filename.split('.')
5855 if todo_tests is not None and head not in todo_tests:
5858 setattr(CIBMTestCases, 'test_' + head, tester)
5859 setattr(PyIBMTestCases, 'test_' + head, tester)
5860 del filename, head, tail, tester
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_main.c531 /* initialize head and tail */ in igc_configure_rx_ring()
1414 * + 2 desc gap to keep tail from touching head, in igc_xmit_frame_ring()
3387 struct igc_ring_container *head) in igc_add_ring()
3389 head->ring = ring; in igc_add_ring()
3390 head->count++; in igc_add_ring()
3386 igc_add_ring(struct igc_ring *ring, struct igc_ring_container *head) igc_add_ring() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c450 * The first_qp() call is provided to allow the head of
459 * return head of rcd wait list
487 * @qp: the head of the qp being processed
490 * the list is NULL or the head of the
498 * 2. The indicated qp is at the head of the list and the
803 /* get head before dropping lock */ in hfi1_kern_setup_hw_flow()
831 /* get head before dropping lock */ in hfi1_kern_clear_hw_flow()
1270 * However, if we are at the head, we have reached the end of the in kern_alloc_tids()
1522 /* get head before dropping lock */
1566 /* get head befor
1677 u16 head, tail; find_flow_ib() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c299 unmap_skb(skb->dev->dev.parent, skb, (dma_addr_t *)skb->head); in deferred_unmap_destructor()
2931 * head of the Send Queue onto the Hardware TX Ring. Dropping the lock
2933 * The packet being processed at the head of the Pending Send Queue is
2965 * head of the Pending Send Queue. This allows more skbs to
2986 (dma_addr_t *)skb->head)) {
3019 (dma_addr_t *)skb->head);
3039 * loop for the next skb which may be at the head of the
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4405 static void sysfs_display_ring(void *head, int size, int extend_desc, in sysfs_display_ring() argument
4409 struct dma_extended_desc *ep = (struct dma_extended_desc *)head; in sysfs_display_ring()
4410 struct dma_desc *p = (struct dma_desc *)head; in sysfs_display_ring()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h4570 struct list_head head; member
4574 struct list_head head; member
4838 struct list_head head; member
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c329 * - obj.head points to the start of the toplevel object for display
361 void *head; member
996 return show->obj.head + show->obj.size - data; in btf_show_obj_size_left()
1071 show->obj.head = data; in btf_show_obj_safe()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h4799 struct list_head head; member
4803 struct list_head head; member
5089 struct list_head head; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c299 unmap_skb(skb->dev->dev.parent, skb, (dma_addr_t *)skb->head); in deferred_unmap_destructor()
2937 * head of the Send Queue onto the Hardware TX Ring. Dropping the lock
2939 * The packet being processed at the head of the Pending Send Queue is
2971 * head of the Pending Send Queue. This allows more skbs to
2992 (dma_addr_t *)skb->head)) {
3025 (dma_addr_t *)skb->head);
3045 * loop for the next skb which may be at the head of the
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c451 * The first_qp() call is provided to allow the head of
460 * return head of rcd wait list
489 * @qp: the head of the qp being processed
492 * the list is NULL or the head of the
500 * 2. The indicated qp is at the head of the list and the
808 /* get head before dropping lock */ in hfi1_kern_setup_hw_flow()
836 /* get head before dropping lock */ in hfi1_kern_clear_hw_flow()
1277 * However, if we are at the head, we have reached the end of the in kern_alloc_tids()
1529 /* get head before dropping lock */
1573 /* get head befor
1684 u16 head, tail; find_flow_ib() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c3131 PacketListEntry *pktl = si->packet_buffer.head; in mxf_interleave_get_packet()
3155 si->packet_buffer.head = NULL; in mxf_interleave_get_packet()
3159 pktl = si->packet_buffer.head; in mxf_interleave_get_packet()
H A Dmatroskadec.c3164 if (matroska->queue.head) { in matroska_deliver_packet()
4085 !matroska->queue.head) { in webm_clusters_start_with_keyframe()
4088 pkt = &matroska->queue.head->pkt; in webm_clusters_start_with_keyframe()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2757 * scsih_bios_param - fetch head, sector, cylinder info for a disk
10242 LIST_HEAD(head); in _scsih_remove_unresponding_devices()
10267 list_move_tail(&sas_device->list, &head); in _scsih_remove_unresponding_devices()
10276 list_for_each_entry_safe(sas_device, sas_device_next, &head, list) { in _scsih_remove_unresponding_devices()
10283 INIT_LIST_HEAD(&head); in _scsih_remove_unresponding_devices()
10298 list_move_tail(&pcie_device->list, &head); in _scsih_remove_unresponding_devices()
10304 list_for_each_entry_safe(pcie_device, pcie_device_next, &head, list) { in _scsih_remove_unresponding_devices()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c2752 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v11_0_crtc_mode_fixup()
3619 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v11_0_encoder_add()
H A Ddce_v8_0.c2552 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v8_0_crtc_mode_fixup()
3381 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v8_0_encoder_add()
H A Ddce_v10_0.c2644 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v10_0_crtc_mode_fixup()
3493 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v10_0_encoder_add()
H A Ddce_v6_0.c2534 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v6_0_crtc_mode_fixup()
3305 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v6_0_encoder_add()

Completed in 210 milliseconds

1...<<221222223224225226227228229230>>...240